-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
38 lines (38 loc) · 941 Bytes
/
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
Package: tmaptools
Type: Package
Title: Thematic Map Tools
Version: 3.2
Authors@R: person("Martijn", "Tennekes", email = "[email protected]", role = c("aut", "cre"))
Description: Set of tools for reading and processing spatial data. The aim is to supply the workflow to create thematic maps. This package also facilitates 'tmap', the package for visualizing thematic maps.
License: GPL-3
Encoding: UTF-8
LazyData: true
Date: 2025-01-03
Depends:
R (>= 3.5),
methods
Imports:
sf (>= 0.9.2),
lwgeom (>= 0.1-4),
stars (>= 0.4-1),
units (>= 0.6-1),
grid,
magrittr,
RColorBrewer,
viridisLite,
stats,
dichromat,
XML
Suggests:
tmap,
cols4all,
rmapshaper,
osmdata,
OpenStreetMap,
raster,
png,
shiny,
shinyjs
URL: https://github.com/r-tmap/tmaptools, https://r-tmap.github.io/tmaptools/
BugReports: https://github.com/r-tmap/tmaptools/issues
RoxygenNote: 7.3.2