-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
executable file
·41 lines (41 loc) · 1013 Bytes
/
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
Package: cnc
Title: Baixa Dados do Cadastro Nacional de Condenações Cíveis por Ato de Improbidade Administrativa e Inelegibilidade - CNJ
Version: 0.0.0.9000
Authors@R:
c(person('Julio', 'Trecenti',
email = '[email protected]',
role = c('cre', 'aut'),
comment = c(ORCID = "0000-0002-1680-6389")),
person(given = "Associação Brasileira de Jurimetria",
role = c("cph", "fnd")))
Description: Scraper do Cadastro Nacional de Condenações
Cíveis por Ato de Improbidade Administrativa e
Inelegibilidade - CNJ.
Depends:
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Remotes: abjur/abjutils, abjur/tpur
Imports:
abjData,
abjutils,
magrittr,
tibble,
dplyr,
xml2,
rvest,
lubridate,
tidyr,
stringr,
janitor,
httr,
readr,
tpur,
purrr,
fs
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)