forked from r-tmap/tmap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
62 lines (62 loc) · 1.72 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
61
62
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("Jakub", "Nowosad", email = "[email protected]", role = "ctb"),
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("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: 3.3-3
Date: 2022-03-01
Encoding: UTF-8
Depends:
R (>= 3.5.0),
methods
Imports:
tmaptools (>= 3.1),
sf (>= 0.9-7),
stars (>= 0.5-0),
units (>= 0.6-1),
grid,
RColorBrewer,
viridisLite,
classInt (>= 0.4-3),
htmltools,
htmlwidgets,
widgetframe,
leaflet (>= 2.0.2),
leafsync,
leafem (>= 0.1),
stats,
abind,
rlang,
utils
Suggests:
rmapshaper,
rmarkdown,
knitr,
png,
cartogram,
osmdata,
ggplot2,
dplyr,
tidyr,
shiny,
testthat,
covr,
av,
gifski,
s2
URL: https://github.com/r-tmap/tmap
BugReports: https://github.com/r-tmap/tmap/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.2