-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
47 lines (47 loc) · 984 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
42
43
44
45
46
47
Package: agoradigital
Type: Package
Title: Ágora Digital
Version: 0.0.1
Authors@R: c(
person("Laboratório Analytics (UFCG)", , , "[email protected]", role = c("aut", "cre", "cph", "fnd")),
person("Dado Capital", , , "[email protected]", role = c("aut", "cph", "fnd"))
)
URL: https://github.com/analytics-ufcg/leggor
BugReports: https://github.com/analytics-ufcg/leggor/issues
Description: Provides propositions, votings, deputies and parties data from
Brazilian lower house <https://dadosabertos.camara.leg.br> in data frames.
License: AGPL
Encoding: UTF-8
LazyData: true
Imports: magrittr,
here,
plyr,
purrr,
purrrlyr,
tibble,
tidyr,
stringr,
jsonlite,
rvest,
fuzzyjoin,
xml2,
lubridate,
readr,
roll,
RCurl,
httr,
XML,
optparse,
DT,
ellipsis,
data.table,
tidyverse,
dplyr
Suggests: testthat,
knitr,
vistime,
covr,
rcmdcheck,
lintr
VignetteBuilder: knitr
RoxygenNote: 7.1.1