-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
42 lines (42 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
40
41
42
Package: rcongresso
Type: Package
Title: Wraps the API for the Brazilian Chamber of Deputies
Version: 0.5.0
Authors@R: c(
person("Paulo Vinícius", "Soares", , "paulo.soares@ccc.ufcg.edu.br", c("aut", "cre")),
person("Nazareno", "Andrade", , "nazareno@computacao.ufcg.edu.br", c("aut")),
person("Laboratório Analytics (UFCG)", role = c("cph", "fnd"))
)
URL: https://github.com/analytics-ufcg/rcongresso
BugReports: https://github.com/analytics-ufcg/rcongresso/issues
Description: Provides propositions, votings, deputies and parties data from
Brazilian lower house <https://dadosabertos.camara.leg.br> in data frames.
License: LGPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: httr,
jsonlite,
XML,
magrittr,
dplyr,
tibble,
tidyr,
stringr,
xml2,
purrr,
rvest,
lubridate,
crayon,
plyr,
fuzzyjoin
Suggests: testthat,
compare,
readr,
knitr,
rmarkdown,
DT,
ggplot2
RoxygenNote: 7.1.1
VignetteBuilder: knitr
StagedInstall: false