-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 942 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
Package: SpecTraits
Type: Package
Title: Predict Leaf Traits from Leaf Spectra
Version: 0.1.0
Author: c(person(given = "J. Antonio",
family = "Guzmán Q.",
role = c("cre", "aut", "ths", "cph"),
email = "antguz06@gmail.com",
comment = c(ORCID = "0000-0002-0721-148X"))
Maintainer: J. Antonio Guzmán Q. <antguz06@gmail.com>
Description: A Shiny app to predict leaf traits from leaf spectra. Users can
use publised PLSR coefficients to predict different leaf traits
or can also build their own PLSR model using standarts frameworks.
License: GPL (>= 3)
URL: https://github.com/Antguz/SpecTraits
BugReports: https://github.com/Antguz/SpecTraits/issues
Depends:
shiny (>= 1.7.0),
R (>= 4.0.0)
Imports: pls,
ggplot2
Suggests:
knitr,
rmarkdown,
covr,
testthat (>= 3.0.1)
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.1.2