Package: RStoolbox
Type: Package
Title: Tools for Remote Sensing Data Analysis
Version: 0.3.0
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
NeedsCompilation: yes
Packaged: 2022-03-03 22:50:43 UTC; leut_bn
Author: Benjamin Leutner [cre, aut] (<https://orcid.org/0000-0002-6893-2002>),
  Ned Horning [aut],
  Jakob Schwalb-Willmann [aut] (<https://orcid.org/0000-0003-2665-1509>),
  Robert J. Hijmans [ctb] (<https://orcid.org/0000-0001-5872-2872>)
Maintainer: Benjamin Leutner <rstoolboxpackage@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-07 10:20:02 UTC
