diff --git a/DESCRIPTION b/DESCRIPTION index 42c3b528bb8b724bd17ec1eca02d611b63f48302..6ce7e038f70f6fe31379833cd5f2a60d204f053f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.2.11.21 -Date: 2019-03-28 +Version: 1.2.12.0 +Date: 2019-03-29 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"), diff --git a/NEWS.rmd b/NEWS.rmd index b1a1de66b5eaae2ace1a3f84708a6b6d3051d442..a3827d7d1807bfe7f4e2f4ec2b78ff56340d579f 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.11.21 Release Notes (2019-03-28) +### 1.2.12.0 Release Notes (2019-03-28) @@ -47,9 +47,11 @@ output: - <code>CreateRunOptions()</code> now presents a <code>warnings</code> argument to replace the verbose action (the <code>verbose</code> argument is kept to print messages). - - <code>CreateCalibOptions()</code> now presents a <code>IsHyst</code> argument to give the possibility to use the hysteresis with CemaNeige. +- Added the <code>X0310010</code> dataset to run the examples using the hysteresis with CemaNeige. + +- Added the cemaneige_hysteresis vignette to explain how to manage the use of the hysteresis with CemaNeige. #### Major user-visible changes @@ -107,7 +109,7 @@ ________________________________________________________________________________ #### CRAN-compatibility updates -- The <code>Vignette_Param.</code> datasets moved to the inst directory. It contains different objects needed for param_optim and param_mcmc vignettes. +- The <code>vignetteParam*.rda</code> datasets moved to the inst directory. It contains different objects needed for param_optim and param_mcmc vignettes. ____________________________________________________________________________________ diff --git a/data/X0310010.rda b/data/X0310010.rda new file mode 100644 index 0000000000000000000000000000000000000000..113c36965f63e862de623048510f1aedbe33b29c Binary files /dev/null and b/data/X0310010.rda differ