-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.09 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
Package: d6berlin
Title: A collection of template maps for visualizing ecological studies in Berlin
Version: 1.0.0
Authors@R:
person(given = "Cédric",
family = "Scherer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0465-2543"))
Description: The `d6berlin` package aims to provide spatial data and template maps for Berlin with carefully chosen and aesthetically pleasing defaults. Template maps include green spaces, imperviousness levels, water bodeis, district borders, and roads plus the utility to add a globe with locator pin, a scalebar, and a caption to include the data sources. All objects are returned as `ggplot` objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggplot2,
dplyr,
scales,
sf,
stars,
terra,
lwgeom,
ggspatial,
prismatic,
curl,
utils,
purrr,
ows4R,
httr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.0)