Package: RStoolbox
Type: Package
Title: Remote Sensing Data Analysis
Version: 0.4.0
Authors@R: c(
    person("Benjamin", "Leutner", role=c("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")),
    person("Konstantin", "Mueller", role = c("ctb", "cre"), email = "konstantinfinn.mueller@gmx.de", 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, 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
NeedsCompilation: yes
Packaged: 2024-01-17 03:30:17 UTC; Konstantin
Author: Benjamin Leutner [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>),
  Konstantin Mueller [ctb, cre] (<https://orcid.org/0000-0001-6540-3124>)
Maintainer: Konstantin Mueller <konstantinfinn.mueller@gmx.de>
Repository: CRAN
Date/Publication: 2024-01-17 18:52:06 UTC
