-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.33 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
Package: rgeomex
Type: Package
Title: The rgeomex provides the polygon data of INEGI 2019 and INE 2020
Version: 0.1.0
Author: Felipe Antonio Dzul Manzanilla
Maintainer: The package maintainer <[email protected]>
Authors@R: c(person(given = "Felipe Antonio",
family = "Dzul Manzanilla",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-2085-9141")),
person(given = "Fabian",
family = "Correa-Morales",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-6193-1242")))
Description: the rgeomex package provides spatial dataset (areal data) available and published homepage of INE and INEGI.
License: MIT + file LICENSE
URL: https://github.com/fdzul/rgeomex, https://fdzul.github.io/rgeomex/
BugReports: https://github.com/fdzul/rgeomex/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: true
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Imports:
purrr,
lifecycle,
sf,
dplyr,
ggplot2,
mapview,
magrittr
RdMacros: lifecycle
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr