-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·39 lines (39 loc) · 1.02 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
Package: CamaraBR
Type: Package
Title: Download, Unpack and Tidy Legislative Data from the Brazilian Chamber of Deputies
Version: 0.0.8
Authors@R: c(
person(given = "Daniel", family = "Marcelino", email = "dmarcelino@live.com", role = c("aut", "cre"))
)
Description: Downloads and tidies data from the Brazilian
Chamber of Deputies Application Programming Interfaces available at <http://dadosabertos.camara.leg.br/>.
Tags: idealpoints legismetrics legislative
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0)
Imports:
rlang (>= 0.4.5),
data.table (>= 1.12.8),
ggplot2 (>= 3.0.0),
dplyr (>= 0.8.5),
purrr (>= 0.3.4),
jsonlite (>= 1.6.1),
xml2 (>= 1.3.2),
httr(>= 1.4.1),
lubridate (>= 1.7.8),
magrittr (>= 1.5),
stringi (>= 1.4.5),
tidyr (>= 1.0.2),
stringr (>= 1.4.0),
tibble (>= 3.0.1),
pscl (>= 1.5.5),
glue (>= 1.4.0),
vctrs (>= 0.3.8)
RoxygenNote: 7.1.1
Suggests:
devtools,
knitr,
rmarkdown
VignetteBuilder: knitr