-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.89 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: spectratrait
Title: A simple add-on package to aid in the fitting of leaf or canopy scale spectra-trait PLSR models
Version: 1.2.5
Authors@R:
c(person(given = "Julien",
family = "Lamour",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4410-507X")),
person(given = "Jeremiah",
family = "Anderson",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8925-5226")),
person(given = "Kenneth",
family = "Davidson",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5745-9689")),
person(given = "Kim",
family = "Ely",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3915-001X")),
person(given = "Shawn",
family = "Serbin",
role = c("aut", "cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4136-8971")))
Maintainer: Shawn P. Serbin <[email protected]>
Description: This package provides functions to conduct standardized spectra-trait PLSR model fitting, including uncertainty analysis that follows DOI: https://doi.org/10.1111/nph.16123
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
httr (>= 1.4.2),
readr (>= 1.3.1),
pls (>= 2.7-2),
dplyr (>= 1.0.1),
magrittr (>= 2.0.1),
reshape2 (>= 1.4.4),
here (>= 0.1),
plotrix (>= 3.7-8),
ggplot2 (>= 3.3.2),
gridExtra (>= 2.3),
scales (>= 1.1.1),
testthat (>= 3.1.2)
Suggests:
devtools (>= 2.3.1),
remotes (>= 2.2.0),
RCurl (>= 1.98-1.2),
knitr (>= 1.37),
markdown,
rmarkdown
Depends:
R (>= 3.6)
VignetteBuilder: knitr
NeedsCompilation: no