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

Deprecate use of reshape2 #98

Open serbinsh opened 2 years ago

serbinsh commented 2 years ago

Replace use of reshape2::melt() with new suggested package data.table::melt()

reshape2 is apparently going the way of the dodo at some point soonish, or has, or maybe no longer?? Need to confirm and either address this issue or close