-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
39 lines (39 loc) · 1.07 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
Package: rnaturalearthhires
Title: High Resolution World Vector Map Data from Natural Earth used in
rnaturalearth
Version: 1.0.0.9000
Authors@R: c(
person(
family = "South",
given = "Andy",
email = "southandy@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4051-6135")
),
person(
family = "Michael",
given = "Schramm",
email = "mpschramm@gmail.com",
role = c("aut")
),
person(
family = "Massicotte",
given = "Philippe",
email = "pmassicotte@hotmail.com",
role = c("aut"),
comment = c(ORCID = "0000-0002-5919-4116")
))
Description: Facilitates mapping by making natural earth map data from http://
www.naturalearthdata.com/ more easily available to R users. Focuses on vector
data.
License: CC0
LazyData: true
LazyDataCompression: xz
URL: https://docs.ropensci.org/rnaturalearthhires, https://github.com/ropensci/rnaturalearthhires
BugReports: https://github.com/ropensci/rnaturalearthhires/issues
Depends:
R (>= 3.1.1)
Suggests:
testthat (>= 0.9.1)
RoxygenNote: 7.3.1
Encoding: UTF-8