-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
54 lines (54 loc) · 1.99 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
Package: landscapetools
Type: Package
Title: Landscape Utility Toolbox
Version: 0.6.2
Description: Provides utility functions for some of the less-glamorous tasks involved
in landscape analysis. It includes functions to coerce raster data to the
common tibble format and vice versa, it helps with flexible reclassification
tasks of raster data and it provides a function to merge multiple raster.
Furthermore, 'landscapetools' helps landscape scientists to visualize their
data by providing optional themes and utility functions to plot single
landscapes, rasterstacks, -bricks and lists of raster.
Authors@R: c(
person("Marco", "Sciaini", email = "sciaini.marco@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = '0000-0002-3042-5435')),
person("Matthias", "Fritsch",
email = "matthias.fritsch@forst.uni-goettingen.de",
role = c("aut")),
person("Maximilian H.K.", "Hesselbarth",
role = c("aut"),
email = "mhk.hesselbarth@gmail.com",
comment = c(ORCID = "0000-0003-1125-9918")),
person("Jakub", "Nowosad",
role = "aut",
email = "nowosad.jakub@gmail.com",
comment = c(ORCID = "0000-0002-1057-3721")),
person("Laura", "Graham", role = "rev",
comment = "Laura reviewed the package for rOpenSci, see
https://github.com/ropensci/onboarding/issues/188"),
person("Jeffrey", "Hollister", role = "rev",
comment = "Jeffrey reviewed the package for rOpenSci, see
https://github.com/ropensci/onboarding/issues/188"))
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends:
R (>= 3.1.0)
URL: https://docs.ropensci.org/landscapetools/
BugReports: https://github.com/ropensci/landscapetools/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
ggplot2,
raster,
tibble,
Rcpp
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
LinkingTo:
Rcpp