-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
53 lines (53 loc) · 1.28 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
Package: ggspatial
Type: Package
Title: Spatial Data Framework for ggplot2
Version: 1.1.9.9000
Authors@R: c(
person("Dewey", "Dunnington",
email = "dewey@fishandwhistle.net",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9415-4582")
),
person("Brent", "Thorne", role = "ctb", comment = c(ORCID = "0000-0002-1099-3857")),
person("Diego", "Hernangómez", role = "ctb", comment = c(ORCID = "0000-0001-8457-4658"))
)
Maintainer: Dewey Dunnington <dewey@fishandwhistle.net>
Description: Spatial data plus the power of the ggplot2 framework means easier mapping when input
data are already in the form of spatial objects.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
sf,
ggplot2 (>= 3.0.0),
rosm (>= 0.2),
abind,
methods,
tibble,
scales,
tidyr,
rlang,
grid,
glue
Suggests:
prettymapr,
knitr,
rmarkdown,
sp,
raster,
terra,
testthat (>= 3.0.0),
dplyr,
withr,
ggrepel,
stars,
covr,
vdiffr,
lwgeom
URL: https://paleolimbot.github.io/ggspatial/, https://github.com/paleolimbot/ggspatial
BugReports: https://github.com/paleolimbot/ggspatial/issues
LazyData: TRUE
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3