v2.1.4 release
RavenR
version 2.1.4 now on CRAN and released here.
2.1.4
Updates to a number of functions and new features implemented, including:
- removal of all dependencies on spatial packages (e.g. sf, raster),
and removal of the netcdf-related functions; rvn_download
andrvn_run
to enable downloading and running Raven.exe within R;rvn_rvi_write_template
to write model rvi files from templates in the Raven manual;rvn_budyko_plot
to generate a budyko curve from model precip, AET, and PET;- updates to rvi mapping, including improvements to add functionality from
ggrepel
library
in spacing labels, and addition of theDiagrammeR
library to supportrvn_rvi_process_diagrammer
; rvn_budyko_plot
to generate a budyko curve from model precip, AET, and PET;- updates to handling rvt reading and writing, which is now generic for all rvt types; and
rvn_met_interpolate
for performing inverse distance weighting interpolation to fill
missing data values in meteorological data (works immediately withweathercan
downloads).