-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
53 lines (53 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: stf
Title: Provides functions to collect and manipulate Brazilian's Supreme
Court decisions
Version: 2.0.0.9500
Authors@R:
c(person(given = "Jose",
family = "de Jesus Filho",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Lívia",
family = "Pitelli Zamarian Houaiss",
role = "ctb",
email = "[email protected]"))
Description: Retrieves data from Brazilian Supreme Court
decisions.
License: MIT + file LICENSE
Depends:
R (>= 3.2.0)
Imports:
dplyr (>= 0.8.3),
httr (>= 1.4.1),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
pdftools (>= 2.2),
purrr (>= 0.3.3),
rlang (>= 0.1.2),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 1.0.0),
xml2 (>= 1.2.2),
stringi,
progress,
vctrs,
striprtf,
jqr,
glue,
jsonlite
Suggests:
testthat (>= 2.3.0),
roxygen2 (>= 6.1.1),
rvest (>= 0.3.4),
getPass,
crul (>= 0.8.4),
assertthat (>= 0.2.1),
methods,
qpdf
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://jjesusfilho.github.io/stf/
Remotes:
jjesusfilho/stf