-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·40 lines (40 loc) · 1.08 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
Package: medear
Title: Poblaciones y Cartografia por Seccion Censal INE
Version: 0.8.5
Date: 2021-07-29
Authors@R: c(
person("Grupo MEDEA 3", role = "aut"),
person("Carlos", "Vergara-Hernandez", email = "vergara_car@gva.es", role = c("aut", "cre"))
)
Maintainer: Carlos Vergara-Hernández <vergara_car@gva.es>
Description: Descarga, manipulación y extracción de poblaciones desde 1996 a 2016
por sección censal, de acuerdo con los datos del INE, incluyendo la cartografía
asociada a 2011. Incluye rutinas de geocodificado, unión de secciones
censales a lo largo del período de estudio, y otras funcionalidades del proyecto.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/fisabio/medear
BugReports: https://github.com/fisabio/medear/issues
Imports:
data.table,
sp,
httr,
jsonlite,
leaflet,
leaflet.extras,
nabor,
rgdal,
rgeos,
sodium,
stringi,
utils,
stats
RoxygenNote: 7.1.1
ByteCompile: yes
Suggests:
knitr,
rmarkdown,
kableExtra
VignetteBuilder: knitr