From 502651124576d5333be75e279ecc29eb4931a974 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 28 Feb 2020 15:07:36 +0100 Subject: [PATCH] v1.4.3.64 BUG: hydroPSO package is no longer suggested because it is no longer on CRAN --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbfc5fc3..36abd105 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.4.3.64 +Version: 1.4.3.65 Date: 2020-02-28 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 25b0ae2e..024f9374 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,13 @@ -### 1.4.3.63 Release Notes (2020-02-26) +### 1.4.3.65 Release Notes (2020-02-28) + +#### CRAN-compatibility updates + +- The run period is reduced in the example of the <code>Imax()<code> function in order to run faster. + +- The 'hydroPSO' package is no longer suggested (but the code linked to its use and is always present in the 'param_optim' vignette). ____________________________________________________________________________________ @@ -13,7 +19,7 @@ ________________________________________________________________________________ #### New features -- A digital object identifier (DOI) now allows to identify the manual of the airGR package. When you use airGR in your work, please always cite both the article and the manual. The last one allows to know the version of the package that is used in order to enhance reproducible research. The references can be displayed with the <code>citation("airGR")</code> command. +- A digital object identifier (DOI) now allows to identify the manual of the 'airGR' package. When you use airGR in your work, please always cite both the article and the manual. The last one allows to know the version of the package that is used in order to enhance reproducible research. The references can be displayed with the <code>citation("airGR")</code> command. #### Bug fixes -- GitLab