Streamlining spectral data processing and modeling for spectroscopy applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
938 B

Type: Package
Package: simplerspec
Version: 0.1.0
Title: Soil and plant spectroscopic model building and prediction
Description: Functions that cover
reading of spectral data, outlier removal,
spectral preprocessing, calibration sampling, PLS regression
using caret, and model diagnostic statistics and plots.
Authors@R: person("Philipp", "Baumann",
email = "philipp.baumann@usys.ethz.ch", role = c("aut", "cre"))
URL: https://github.com/philipp-baumann/simplerspec
BugReports: https://github.com/philipp-baumann/simplerspec
Depends: R (>= 3.0),
foreach
Imports:
ggplot2 (>= 2.0.0),
plyr,
data.table,
reshape2,
mvoutlier,
hexView,
Rcpp,
hyperSpec,
prospectr,
dplyr (>= 0.7.0),
caret,
tidyr,
tidyverse,
cowplot,
lazyeval,
modelr,
pls,
purrr,
readr,
tibble,
magrittr,
utils,
rlang
License: GPL-2
LazyData: TRUE
RoxygenNote: 6.0.1