-
Notifications
You must be signed in to change notification settings - Fork 46
/
DESCRIPTION
47 lines (47 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
Package: cartography
Title: Thematic Cartography
Version: 3.1.5
Authors@R: c(
person("Timothée", "Giraud",
email = "[email protected]", role = c("cre","aut"),
comment = c(ORCID = "0000-0002-1932-3323")),
person("Nicolas", "Lambert",
email = "[email protected]", role = "aut"),
person("Diego", "Hernangómez", role = "ctb", comment=c(ORCID="0000-0001-8457-4658")),
person("Ian", "Fellows", role = "cph",
comment = "no overlap algorithm for labels, from wordcloud package"))
Description: Create and integrate maps in your R workflow. This package helps
to design cartographic representations such as proportional symbols,
choropleth, typology, flows or discontinuities maps. It also offers several
features that improve the graphic presentation of maps, for instance, map
palettes, layout elements (scale, north arrow, title...), labels or legends.
See Giraud and Lambert (2017) <doi:10.1007/978-3-319-57336-6_13>.
License: GPL-3
URL: https://github.com/riatelab/cartography/
BugReports: https://github.com/riatelab/cartography/issues/
LazyData: true
Depends: R (>= 3.5.0)
Imports:
classInt,
curl,
graphics,
methods,
png,
raster,
Rcpp,
sf,
sp,
stats,
utils,
grDevices
Suggests:
lwgeom,
SpatialPosition,
knitr,
rmarkdown,
tinytest,
covr
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3