-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.97 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: datazoom.amazonia
Title: Simplify Access to Data from the Amazon Region
Version: 1.1.1.9000
Authors@R: c(
person("Igor", "Rigolon Veiga", email = "[email protected]", role = c("aut", "cre")),
person("DataZoom (PUC-Rio)", email = "[email protected]", role = "fnd"),
person("Gustavo", "Gonzaga", email = "[email protected]", role = "aut"),
person("Guilherme", "Jardim", email = "[email protected]", role = "aut"),
person("Daniel", "AC Barbosa", email = "[email protected]", role = "aut"),
person("Bruno", "Alcantara Duarte", email = "[email protected]", role = "aut"),
person("Fredie", "Didier", email = "[email protected]", role = "aut"),
person("Tito", "Bruni", email = "[email protected]", role = "aut"),
person("Luiz Guilherme", "Lopes Moussatche", email = "[email protected]", role = "aut"),
person("Victor", "Aliende da Matta", email = "[email protected]", role = "aut"),
person("Anna Carolina", "Dutra Saraiva", email = "[email protected]", role = "aut"),
person("Arthur", "Carvalho Brito", email = "[email protected]", role = "aut"),
person("Francisco", "de Lima Cavalcanti", email = "[email protected]", role = "aut"),
person("Maria", "Mittelbach", email = "[email protected]", role = "aut")
)
Description: Functions to download and treat data regarding the Brazilian
Amazon region from a variety of official sources.
License: MIT + file LICENSE
URL: https://www.econ.puc-rio.br/datazoom/
Depends:
R (>= 4.0)
Imports:
data.table,
dplyr,
Hmisc,
janitor,
magrittr,
purrr,
readr,
readxl,
sf,
sidrar,
stringi,
stringr,
tibble,
tidyr,
utils,
XML
Suggests:
foreign,
googledrive,
knitr,
RCurl,
rmarkdown,
terra
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2