-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.54 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
Package: geoAr
Title: Argentina's Spatial Data Toolbox
Version: 1.0.0
Authors@R:
c( person(given = "Juan Pablo",
family = "Ruiz Nicolini",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3138-6343")),
person(given = "Patricio",
family = "Del Boca",
role = c("aut"),
email = "[email protected]"),
person(given = "Juan Gabriel",
family = "Juara",
role = c("aut"),
email = "[email protected]"))
Description: Collection of tools that facilitates data access and workflow for spatial analysis of Argentina. Includes historical information from censuses, administrative limits at different levels of aggregation, location of human settlements, among others. Since it is expected that the majority of users will be Spanish-speaking, the documentation of the package prioritizes this language, although an effort is made to also offer annotations in English.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat,
gt,
knitr,
rmarkdown,
geofacet,
ggplot2,
tibble
Depends:
R (>= 2.10)
Imports:
dplyr,
sf,
httr,
assertthat,
attempt,
tidyr,
stringr,
magrittr,
curl,
glue,
leaflet,
jsonlite,
purrr
URL: https://github.com/PoliticaArgentina/geoAr
BugReports: https://github.com/PoliticaArgentina/geoAr/issues
VignetteBuilder: knitr