-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
57 lines (57 loc) · 1.64 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
Package: tidyterra
Title: 'tidyverse' Methods and 'ggplot2' Helpers for 'terra' Objects
Version: 0.6.1
Authors@R: c(
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658")),
person("Dewey", "Dunnington", role = "ctb",
comment = c(ORCID = "0000-0002-9415-4582", "for ggspatial code")),
person("ggplot2 authors", role = "cph",
comment = "for contour code")
)
Description: Extension of the 'tidyverse' for 'SpatRaster' and
'SpatVector' objects of the 'terra' package. It includes also new
'geom_' functions that provide a convenient way of visualizing 'terra'
objects with 'ggplot2'.
License: MIT + file LICENSE
URL: https://dieghernan.github.io/tidyterra/,
https://github.com/dieghernan/tidyterra
BugReports: https://github.com/dieghernan/tidyterra/issues
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.0.0),
data.table,
dplyr (>= 1.0.0),
ggplot2 (>= 3.5.0),
magrittr,
rlang,
scales,
sf (>= 1.0.0),
terra (>= 1.5-12),
tibble (>= 3.0.0),
tidyr (>= 1.0.0)
Suggests:
hexbin,
isoband,
knitr,
lifecycle,
maptiles,
metR,
rmarkdown,
s2,
testthat (>= 3.0.0),
vctrs,
vdiffr
VignetteBuilder:
knitr
Config/Needs/coverage: covr
Config/Needs/website: rspatial/geodata, dieghernan/gitdevr, ragg, styler,
ggspatial, cpp11, remotes
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-keywords: r, terra, ggplot-extension, r-spatial, rspatial