forked from r-tmap/tmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.61 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
Package: tmap
License: GPL-3
Title: Thematic Maps
Type: Package
LazyLoad: yes
Authors@R: c(
person("Martijn", "Tennekes", email = "[email protected]", role = c("aut", "cre")),
person("Joel", "Gombin", email = "[email protected]", role = "ctb"),
person("Sebastian", "Jeworutzki", email = "[email protected]", role = "ctb"),
person("Kent", "Russell", email = "[email protected]", role = "ctb"),
person("Richard", "Zijdeman", email = "[email protected]", role = "ctb"),
person("John", "Clouse", email = "[email protected]", role = "ctb"),
person("Robin", "Lovelace", email = "[email protected]", role = "ctb"),
person("Jakub", "Nowosad", email = "[email protected]", role = "ctb"),
person("Jannes", "Muenchow", email = "[email protected]", role = "ctb")
)
Description: Thematic maps are geographical maps in which spatial data distributions are visualized. This package offers a flexible, layer-based, and easy to use approach to create thematic maps, such as choropleths and bubble maps.
Version: 2.2
Date: 2018-08-14
Depends:
R (>= 3.0),
methods
Imports:
tmaptools (>= 2.0),
sf (>= 0.6-0),
units (>= 0.5-1),
raster (>= 2.5-2),
grid,
RColorBrewer,
viridisLite,
classInt,
htmltools,
htmlwidgets,
leaflet (>= 2.0.1),
mapview,
stats
Suggests:
lwgeom (>= 0.1-4),
rmapshaper,
rmarkdown,
knitr,
png,
cartogram,
osmdata,
ggplot2,
dplyr,
tidyr,
testthat,
covr
URL: https://github.com/mtennekes/tmap
BugReports: https://github.com/mtennekes/tmap/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1