Skip to content

Commit f8198fb

Browse files
author
Shawn P. Serbin
committed
Renamed repo, updated to 1.0.2
1 parent 005a08f commit f8198fb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spectratrait
22
Title: A simple add-on package to aid in the fitting of leaf-level spectra-trait PLSR models
3-
Version: 1.0.1
3+
Version: 1.0.2
44
Authors@R:
55
c(person(given = "Julien",
66
family = "Lamour",
@@ -48,7 +48,8 @@ Imports:
4848
Suggests:
4949
devtools (>= 2.3.1),
5050
remotes (>= 2.2.0),
51-
RCurl (>= 1.98-1.2)
51+
RCurl (>= 1.98-1.2),
52+
knitr
5253
Depends:
5354
R (>= 2.10)
5455
VignetteBuilder: knitr

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://ecosml.org/package/github/TESTgroup-BNL/PLSR_for_plant_trait_prediction
2020
### Depends:
2121
ggplot2 (>= 3.3.2), remotes (>= 2.2.0), devtools (>= 2.3.1), readr (>= 1.3.1), RCurl (>= 1.98-1.2),
2222
httr (>= 1.4.2), pls (>= 2.7-2), dplyr (>= 1.0.1), reshape2 (>= 1.4.4), here (>= 0.1),
23-
plotrix (>= 3.7-8), gridExtra (>= 2.3), scales (>= 1.1.1)
23+
plotrix (>= 3.7-8), gridExtra (>= 2.3), scales (>= 1.1.1), knitr
2424

2525
### INSTALL
2626
spectratrait is not currently on CRAN, but you can install from GitHub using devtools(). First, make sure you have all of the package dependencies installed. You can do this either by 1) installing the packages individually using install.packages(), for example:

0 commit comments

Comments
 (0)