- functions from the packages
terraandtidyterrahave replacedraster, which is deprecated, in the catchment delineation functions
- now using httr2 instead of httr to download data in
ch_get_url_data - added error trapping to examples in
ch_catchment_hyps - restored
ch_flow_raster_trendas Kendal is now back in CRAN
- changes to hydrograph plotting functions, including adding
ch_gg_hydrographswhich creates ggplot2 objects - removal of function
ch_flow_raster_trendas it used the package Kendal, which will be archived by CRAN
- added functions ch_high_Grubbs_test and ch_ffa_screen_plot to identify outliers when fitting distributions to mean daily streamflows
- updated urls to specify https instead of http
- minor fixes to return statements in
ch_tr_signandch_tr_signif - fixed some URLs which redirect to other locations
- removed functions
ch_get_map_baseandch_map_plot_dataas we could not trap the error resulting from accessing the server. We hope to be able to restore these functions in the future.
- revised examples of functions using
tidyhydatto use small test database to avoid issues with CRAN testing
- changed several \donttest flags to \dontrun to prevent errors when running
check --as-cran --run-donttest
- all function examples using Whitebox now test for the presence of the Whitebox executable before running
- this avoids the Whitebox functions returning an error when tested if there is no executable installed
- allows us to remove the \donttest flag from several functions
- fixed many issues causing problems with
check --as-cran - functions now fail gracefully attempting to download data if url is incorrect or file is missing
- improved package Description
- Removed ch_get_AHCCD_monthly() as ECCC no longer allows direct website access
- First version to be on CRAN
- Renamed all functions to have the prefix "ch"
- First official version
- Contains functions by Paul Whitfield and Rob Chlumsky
- Also contains vignettes
- Added a
NEWS.mdfile to track changes to the package. - Added some contributing documentation
- added wtr_yr function