forked from datazoompuc/datazoom.amazonia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.79 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.0.0
Authors@R: c(
person("Francisco", "de Lima Cavalcanti", , "francisco.lima.cavalcanti@gmail.com", role = c("aut", "cre")),
person("DataZoom (PUC-Rio)", , , "datazoom@econ.puc-rio.br", role = "fnd"),
person("Guilherme", "Jardim", , "gnjardim1@gmail.com", role = "aut"),
person("Daniel", "AC Barbosa", , "daniel.adrianocb@gmail.com", role = "aut"),
person("Bruno", "Alcantara Duarte", , "brunoalcanduarte@gmail.com", role = "aut"),
person("Fredie", "Didier", , "fdidier@terra.com.br", role = "aut"),
person("Tito", "Bruni", role = "aut"),
person("Luiz Guilherme", "Lopes Moussatche", , "luizguilherme.lopesm@gmail.com", role = "aut"),
person("Victor", "Aliende da Matta", , "victor.al.matta@gmail.com", role = "aut"),
person("Anna Carolina", "Dutra Saraiva", , "annadutrasaraiva@gmail.com", role = "aut"),
person("Arthur", "Carvalho Brito", , "arthurcbps@gmail.com", role = "aut"),
person("Igor", "Rigolon Veiga", , "igor.rilave@hotmail.com", role = "aut"),
person("Maria", "Mittelbach", , "mariamittelbach@gmail.com", 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,
lubridate,
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.2.1