rchlumsk / RavenR

R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics
36 stars 16 forks source link

replace reshape2 calls with tidyr calls #75

Closed rchlumsk closed 3 years ago

rchlumsk commented 3 years ago

reshape2 library is being superseded by tidyr, update functions and dependencies accordingly (rvn_forcings_plot as one example that is using the reshape2::melt function

rchlumsk commented 3 years ago

Closed with pull request #77