-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.47 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: RStoolbox
Type: Package
Title: Remote Sensing Data Analysis
Version: 1.0.1
Date: 2024-11-28
Authors@R: c(
person("Benjamin", "Leutner", role= "aut", email="[email protected]", comment = c(ORCID = "0000-0002-6893-2002")),
person("Ned", "Horning", role ="aut", email="[email protected]"),
person("Jakob", "Schwalb-Willmann", role ="aut", email="[email protected]", comment = c(ORCID = "0000-0003-2665-1509")),
person("Robert J.", "Hijmans", role = "ctb", email = "[email protected]",comment = c(ORCID = "0000-0001-5872-2872")),
person("Konstantin", "Mueller", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-6540-3124"))
)
Description: Toolbox for remote sensing image processing and analysis such as
calculating spectral indexes, principal component transformation, unsupervised
and supervised classification or fractional cover analyses.
URL: https://bleutner.github.io/RStoolbox/, https://github.com/bleutner/RStoolbox
BugReports: https://github.com/bleutner/RStoolbox/issues
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
caret (>= 6.0-79),
sf,
terra (>= 1.6-41),
XML,
dplyr,
ggplot2,
tidyr,
reshape2,
lifecycle,
exactextractr,
Rcpp,
methods,
magrittr
Suggests:
randomForest,
lattice,
kernlab,
e1071,
gridExtra,
pls,
testthat
LinkingTo: Rcpp,
RcppArmadillo
License: GPL (>=3)
RoxygenNote: 7.3.2
LazyData: true