-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.17 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
54
55
56
Package: tjsp
Version: 0.8.0.9070
Date: 2020-07-06
Title: Coleta e organização de dados do Tribunal de Justiça de São Paulo
Description: Funções para baixar metadados das decisõeses judiciais, baixar as
decisões mesmas de primeira e de segunda instância do TJSP e organizar esses
dados.
Authors@R: person("José", "de Jesus Filho", email = "[email protected]", role = c("aut", "cre"))
Maintainer: The package maintainer <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
ByteCompile: true
Imports:
xml2,
httr,
stringi,
stringr,
purrr,
dplyr,
tibble,
progress,
magrittr,
rvest,
lubridate,
rlang (>= 0.1.2),
abjutils,
tidyr (>= 1.0.0),
fs,
stats,
pdftools,
readr,
listenv,
janitor,
getPass,
vctrs
RoxygenNote: 7.1.1
URL: https://github.com/jjesusfilho/tjsp
BugReports: https://github.com/jjesusfilho/tjsp/issues
Suggests:
roxygen2,
knitr,
rmarkdown,
testthat (>= 2.1.0),
caret,
dbx,
rsample,
ggplot2,
stringdist,
future,
furrr,
zoo,
usethis,
jsonlite
VignetteBuilder: knitr