forked from pachadotdev/chilemapas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 2.18 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
Package: chilemapas
Type: Package
Title: Mapas de las Divisiones Politicas y Administrativas de Chile
(Maps of the Political and Administrative Divisions of Chile)
Version: 0.3.0
Authors@R: c(
person("Mauricio", "Vargas", role = c("aut", "cre"),
email = "mavargas11@uc.cl"),
person("Roberto", "Salas", role = "ctb"),
person("Joshua", "Kunst", role = "ctb"),
person("Juan", "Correa", role = "dtc"),
person(given = "Ricardo",
family = "Aravena",
role = c("ths")),
person(family = "Pontificia Universidad Catolica de Chile",
role = "cph"),
person(family = "Instituto Nacional de Estadisticas (INE)",
role = "dtc"),
person(family = "Subsecretaria de Desarrollo Regional (SUBDERE)",
role = "dtc"),
person(family = "Biblioteca del Congreso Nacional de Chile (BCN)",
role = "dtc")
)
URL: https://pacha.dev/chilemapas/
BugReports: https://github.com/pachadotdev/chilemapas/issues/
Description: Mapas terrestres con topologias simplificadas. Estos mapas no
tienen precision geodesica, por lo que aplica el DFL-83 de 1979 de la Republica
de Chile y se consideran referenciales sin validez legal.
No se incluyen los territorios antarticos y bajo ningun evento estos mapas
significan que exista una cesion u ocupacion de territorios soberanos en
contra del Derecho Internacional por parte de Chile. Esta paquete esta
documentado intencionalmente en castellano asciificado para que funcione sin
problema en diferentes plataformas.
(Terrestrial maps with simplified toplogies. These maps lack geodesic
precision, therefore DFL-83 1979 of the Republic of Chile applies and are
considered to have no legal validity.
Antartic territories are excluded and under no event these maps mean
there is a cession or occupation of sovereign territories against International
Laws from Chile. This package was intentionally documented in asciified
spanish to make it work without problem on different platforms.)
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Depends: R(>= 3.5.0), sf
Imports: rmapshaper, dplyr, magrittr, stringr, rlang
Suggests:
knitr,
rmarkdown,
ggplot2,
testthat