Skip to content

v2.1.4 release

Compare
Choose a tag to compare
@rchlumsk rchlumsk released this 23 Sep 16:22
· 55 commits to master since this release
1bd6c69

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 and rvn_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 the DiagrammeR library to support rvn_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 with weathercan downloads).