forked from bleutner/RStoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.26 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
Package: RStoolbox
Type: Package
Title: Tools for Remote Sensing Data Analysis
Version: 0.2.6.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"),
person("Robert J.", "Hijmans", role = "ctb", email = "r.hijmans@gmail.com")
)
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: http://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,
XML,
geosphere,
ggplot2,
reshape2,
rgeos,
rgdal,
codetools,
parallel,
doParallel,
foreach,
Rcpp,
methods
Suggests:
randomForest,
kernlab,
e1071,
gridExtra,
pls,
testthat
LinkingTo: Rcpp,
RcppArmadillo
License: GPL (>=3)
LazyData: true
RoxygenNote: 7.1.1