plantphys / spectratrait

A tutorial R package for illustrating how to fit, evaluate, and report spectra-trait PLSR models. The package provides functions to enhance the base functionality of the R pls package, identify an optimal number of PLSR components, standardize model validation, and vignette examples that utilize datasets sourced from EcoSIS (ecosis.org)
GNU General Public License v3.0
11 stars 9 forks source link

Replace old repo name in install example #85

Closed serbinsh closed 2 years ago

serbinsh commented 2 years ago

Somehow we still have

devtools::install_github(repo = "TESTgroup-BNL/PLSR_for_plant_trait_prediction", 
dependencies=TRUE)

and this should be

devtools::install_github(repo = "TESTgroup-BNL/spectratrait", dependencies=TRUE)
serbinsh commented 2 years ago

Updated README