Skip to content

Commit

Permalink
loca description file
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiDE committed Jan 29, 2024
1 parent fe9017d commit 9e81326
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 00Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1> Remote Sensing Data Analysis
<a href="http://stat.ethz.ch/R-manual/R-devel/doc/html/index.html"><img class="arrow" src="http://stat.ethz.ch/R-manual/R-devel/doc/html/up.jpg" alt="[Top]" /></a>
</div><h2>Documentation for package &lsquo;RStoolbox&rsquo; version 0.4.0</h2>

<ul><li><a href="https://github.com/bleutner/RStoolbox/blob/master/DESCRIPTION">DESCRIPTION file</a>.</li>
<ul><li><a href="files/DESCRIPTION">DESCRIPTION file</a>.</li>
</ul>

<h2>Help Pages</h2>
Expand Down
45 changes: 45 additions & 0 deletions files/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Package: RStoolbox
Type: Package
Title: Remote Sensing Data Analysis
Version: 0.4.0
Authors@R: c(
person("Benjamin", "Leutner", role=c("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,
kernlab,
e1071,
gridExtra,
pls,
testthat
LinkingTo: Rcpp,
RcppArmadillo
License: GPL (>=3)
RoxygenNote: 7.2.3
LazyData: true

0 comments on commit 9e81326

Please sign in to comment.