generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
62 lines (62 loc) · 2.48 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
58
59
60
61
62
Package: ColOpenData
Title: Download Colombian Demographic, Climate and Geospatial Data
Version: 0.3.1
Authors@R: c(
person("Maria Camila", "Tavera-Cifuentes", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0007-1610-4583")),
person("Julian", "Otero", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0009-0006-0429-7747")),
person("Natalia", "Nino-Machado", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7887-9439")),
person("Catalina", "Gonzalez-Uribe", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3322-5017")),
person("Juan Manuel", "Cordovez", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-4005-3567")),
person("Hugo", "Gruson", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Chris", "Hartgerink", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0003-1050-6809")),
person("Karim", "Mane", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-9892-2999")),
person("Joshua W.", "Lambert", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5218-3046"))
)
Description: Downloads wrangled Colombian socioeconomic, geospatial,population
and climate data from DANE <https://www.dane.gov.co/> (National
Administrative Department of Statistics) and IDEAM <https://ideam.gov.co>
(Institute of Hydrology, Meteorology and Environmental Studies). It solves
the problem of Colombian data being issued in different web pages and sources by
using functions that allow the user to select the desired database and
download it without having to do the exhausting acquisition process.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/ColOpenData,
https://epiverse-trace.github.io/ColOpenData/
BugReports: https://github.com/epiverse-trace/ColOpenData/issues
Depends:
R (>= 3.3.0)
Imports:
checkmate,
config,
dplyr,
magrittr,
rlang,
sf,
stringdist,
tidyr,
utils
Suggests:
ggplot2,
knitr,
leaflet,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2