-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
44 lines (44 loc) · 1011 Bytes
/
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
Type: Package
Package: simplerspec
Version: 0.2.1
Date: 2023-09-27
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 = "[email protected]", role = c("aut", "cre"))
URL: https://github.com/philipp-baumann/simplerspec
BugReports: https://github.com/philipp-baumann/simplerspec
Depends: R (>= 3.0),
foreach
Imports:
caret,
cowplot,
data.table,
dplyr (>= 0.7.0),
e1071,
ggplot2 (>= 2.0.0),
hexView,
magrittr,
mvoutlier,
modelr,
pls,
plyr,
prospectr,
purrr,
reshape2,
rlang (>= 0.2.0),
stringr,
tibble,
tidyselect,
tidyr,
utils,
glue,
broom
License: GPL-2
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8