From 67ecad57c4a50851e81ae222239d92111ea07907 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Mon, 1 Oct 2018 15:13:05 +0200 Subject: [PATCH] v1.0.14.2 CLEAN: misspelled sentence corrected in the NEWS file --- DESCRIPTION | 4 ++-- NEWS.rmd | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 70952193..f21bca39 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.0.14.1 -Date: 2018-09-28 +Version: 1.0.14.2 +Date: 2018-10-01 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")), diff --git a/NEWS.rmd b/NEWS.rmd index 72c6bb7f..35c46618 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,6 +13,10 @@ output: +### 1.0.14.2 Release Notes (2018-10-01) + +____________________________________________________________________________________ + ### 1.0.14.1 Release Notes (2018-09-28) @@ -33,7 +37,7 @@ output: - <code>Calibration_Michel()</code> is now faster during the grid-screening step when a parameter is set using <code>FixedParam</code> in <code>CreateCalibOptions()</code>. -- <code>CreateCalibOptions()</code> now returns FixedParam argument and a warning message when all the parameters are free (NA) in the <code>FixedParam</code> argument. +- <code>CreateCalibOptions()</code> now returns an error when all the parameters are set in the <code>FixedParam</code> argument and a warning message when all the parameters are free (NA) in the <code>FixedParam</code> argument. - <code>CreateInputsCrit()</code> now returns an error when <code>epsilon</code> is not positive. -- GitLab