forked from bleutner/RStoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.39 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
Package: RStoolbox
Type: Package
Title: Tools for Remote Sensing Data Analysis
Version: 0.3.1.9999
Authors@R: c(
person("Benjamin", "Leutner", role=c("cre", "aut"), email="rstoolboxpackage@gmail.com", comment = c(ORCID = "0000-0002-6893-2002")),
person("Ned", "Horning", role ="aut", email="horning@amnh.org"),
person("Jakob", "Schwalb-Willmann", role ="aut", email="movevis@schwalb-willmann.de", comment = c(ORCID = "0000-0003-2665-1509")),
person("Robert J.", "Hijmans", role = "ctb", email = "r.hijmans@gmail.com",comment = c(ORCID = "0000-0001-5872-2872"))
)
Description: Toolbox for remote sensing image processing and analysis such as
calculating spectral indices, 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:
raster (>= 2.3-40),
caret (>= 6.0-79),
sp,
sf,
terra,
rgdal,
XML,
dplyr,
ggplot2,
reshape2,
codetools,
lifecycle,
parallel,
exactextractr,
doParallel,
foreach,
Rcpp,
methods
Suggests:
randomForest,
kernlab,
e1071,
gridExtra,
pls,
testthat
LinkingTo: Rcpp,
RcppArmadillo
License: GPL (>=3)
LazyData: true
RoxygenNote: 7.1.2