forked from ropensci/rnaturalearth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.46 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
53
54
55
56
57
58
59
60
Package: rnaturalearth
Title: World Map Data from Natural Earth
Version: 0.3.3.9000
Authors@R: c(
person(
family = "Massicotte",
given = "Philippe",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5919-4116")
),
person(
family = "South",
given = "Andy",
email = "[email protected]",
role = c("aut")
),
person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5070-8109")
))
Description: Facilitates mapping by making natural earth map data from <https://www.naturalearthdata.com/> more easily available to R users.
License: MIT + file LICENSE
LazyData: true
LazyDataCompression: xz
Encoding: UTF-8
URL: https://docs.ropensci.org/rnaturalearth/
https://github.com/ropensci/rnaturalearth
BugReports: https://github.com/ropensci/rnaturalearth/issues
Additional_repositories: http://packages.ropensci.org
Depends:
R (>= 3.1.1)
Imports:
sp (>= 1.0.15),
utils (>= 3.2.3),
sf (>= 0.3-4),
httr (>= 1.1.0),
jsonlite,
terra
Suggests:
ggrepel,
knitr (>= 1.12.3),
testthat (>= 0.9.1),
devtools (>= 1.10.0),
rnaturalearthdata (>= 0.1.0),
rnaturalearthhires (>= 0.1.0),
pbapply,
ggplot2,
dplyr,
purrr,
rmarkdown,
tmap,
lifecycle (>= 1.0.3),
rlang
Config/Needs/website: ropensci/rnaturalearthhires
VignetteBuilder: knitr
RoxygenNote: 7.2.3