-
Notifications
You must be signed in to change notification settings - Fork 121
/
DESCRIPTION
72 lines (72 loc) · 2.05 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
63
64
65
66
67
68
69
70
71
72
Package: tmap
Title: Thematic Maps
Version: 3.99.9002
Authors@R: c(
person("Martijn", "Tennekes", , "mtennekes@gmail.com", role = c("aut", "cre")),
person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb"),
person("Joel", "Gombin", , "joel.gombin@gmail.com", role = "ctb"),
person("Sebastian", "Jeworutzki", , "Sebastian.Jeworutzki@rub.de", role = "ctb"),
person("Kent", "Russell", , "kent.russell@timelyportfolio.com", role = "ctb"),
person("Richard", "Zijdeman", , "richard.zijdeman@iisg.nl", role = "ctb"),
person("John", "Clouse", , "johnaclouse@gmail.com", role = "ctb"),
person("Robin", "Lovelace", , "rob00x@gmail.com", role = "ctb"),
person("Jannes", "Muenchow", , "jannes.muenchow@uni-jena.de", role = "ctb"),
person("Olivier", "Roy", role = "ctb"),
person("Edzer", "Pebesma", , "edzer.pebesma@uni-muenster.de", 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.
License: GPL-3
URL: https://github.com/r-tmap/tmap, https://r-tmap.github.io/tmap/
BugReports: https://github.com/r-tmap/tmap/issues
Depends:
R (>= 3.6.0)
Imports:
classInt (>= 0.4-3),
cli,
cols4all (>= 0.8),
data.table,
grid,
htmltools,
htmlwidgets,
leafem (>= 0.1),
leafgl,
leaflegend,
leaflet (>= 2.0.2),
leafsync,
methods,
rlang,
sf (>= 0.9-3),
stars (>= 0.4-2),
stats,
s2,
tmaptools (>= 3.1),
units (>= 0.6-1)
Suggests:
av,
cartogram,
colorspace,
dplyr,
ggplot2,
gifski,
knitr,
maptiles,
osmdata,
png,
rmapshaper,
rmarkdown,
bookdown,
shiny,
terra,
testthat (>= 3.2.0),
tidyr,
widgetframe
Config/Needs/check: Nowosad/spDataLarge, lwgeom
Config/Needs/coverage: Nowosad/spDataLarge, lwgeom
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2