-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.03 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
Package: robinmap
Type: Package
Title: World Map in Pacific Centered Robinson Projection
Version: 1.0
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre"),
email = "nicolas.casajus@fondationbiodiversite.fr",
comment = c(ORCID = "0000-0002-5537-5294")))
Description: Produces a map of World countries in the Robinson projection
system (or others CRS). This map can be centered on a meridian different
from Greenwich.
It uses the Natural Earth <https://www.naturalearthdata.com/> layer as a
base map.
URL: https://github.com/FRBCesab/robinmap
BugReports: https://github.com/FRBCesab/robinmap/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GDAL, GEOS, PROJ, Rtools (for Windows users)
Imports:
graphics,
graticule,
maptools,
methods,
rnaturalearth,
rnaturalearthdata,
rnaturalearthhires,
sf,
sp
Remotes:
ropensci/rnaturalearthhires