-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.15 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: rcityviews
Title: Stylized City Maps using OpenStreetMap (OSM) Data
Version: 1.1.3
Date: 2024-10-24
Authors@R:
person(given = "Koen",
family = "Derks",
role = c("aut", "cre"),
email = "[email protected]")
Description: A user-friendly interface to create customizable stylized city maps
in 'ggplot2' using data from OpenStreetMap <https://www.openstreetmap.org/>.
This package is not affiliated with the OpenStreetMap.org mapping project.
Depends:
R (>= 4.1.0)
Imports:
cowplot,
geosphere,
ggplot2 (>= 3.4.2),
ggspatial,
grDevices,
leaflet,
leaflet.extras,
methods,
osmdata,
progress,
memoise,
rappdirs,
s2,
sf,
shadowtext,
shiny,
showtext,
stats,
svglite,
sysfonts,
tidygeocoder,
utils
Suggests:
rmarkdown,
testthat
URL: https://github.com/koenderks/rcityviews, https://koenderks.github.io/rcityviews, https://koenderks.shinyapps.io/rcityviews/, https://twitter.com/rcityviews
BugReports: https://github.com/koenderks/rcityviews/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Language: en-US
RoxygenNote: 7.3.2