Changelog
Source:NEWS.md
grwat 0.0.4
CRAN release: 2023-10-27
- reduced the time of all examples to less than 5s.
- added
year_min
andyear_max
parameters togr_summarize()
function
grwat 0.0.3
- removed examples and tests with non-ASCII symbols (to address CRAN issue raised by Brian Ripley via e-mail);
- renamed
baseflow_lyne()
andbaseflow_chapman()
functions in C++ sources intoquickflow_lyne()
andquickflow_chapman()
to address Github issue 13 raised by Kaye-HQ; - added support for relative paths in
gr_report()
output file; - fixed incorrect application of
grad2
parameter in low-water period; - replaced
progress
andcrayon
withcli
package; - moved
knitr
,kableExtra
andrmarkdown
packages to suggests (as reports may not be used); - removed
.data$
from tidyselect expressions; - removed redundant references to old methods from DESCRIPTION;
grwat 0.0.2
CRAN release: 2022-05-18
This release addresses the issues raised by Gregor Seyer for initial 0.0.1 version:
- backticks around
C++17
are removed in DESCRIPTION file; - references are added to all methods in DESCRIPTION file using
Authors (Year) <link>
format; -
\value
is added to thegr_report()
andgr_set_locale()
functions, for all functions ensured that the structure and the meaning of the result is explained; - All
... = T/F
statements are replaced with full... = TRUE/FALSE
statements; -
\donttest{}
directives are removed frominst/examples/*.R
files, and added to the correspondingman/*.Rd
files.