-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.14 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
Package: datazoom.social
Title: Simplify Access to Brazilian Social Data
Version: 0.0.1.9000
Authors@R: c(
person("Igor", "Rigolon Veiga", , "[email protected]", role = c("aut", "cre")),
person("DataZoom (PUC-Rio)", , , "[email protected]", role = "fnd"),
person("Laura", "Tavares Regadas", , "[email protected]", role = "aut"),
person("Arthur", "Lins de Vasconcellos", , "[email protected]", role = "aut"),
person("Giulia", "Toscano Imbuzeiro", , "[email protected]", role = "aut"),
person("Guilherme", "Jardim", , "[email protected]", role = "aut"),
person("Pablo", "Chaves", , "[email protected]", role = "aut"),
person("Breno", "Avidos", , "[email protected]", role = "aut")
)
Description: Functions to download and treat brazilian social data from a
variety of official sources.
License: MIT + file LICENSE
URL: https://www.econ.puc-rio.br/datazoom/
Imports:
dplyr,
PNADcIBGE,
purrr,
readr,
magrittr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)