From ba4a8988a8b6f82197ec0b72365ddf6e1ec36d4b Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 28 Sep 2018 09:15:56 +0200 Subject: [PATCH] v1.0.14.1 CLEAN: complete Description field of the DESCRIPTION file --- DESCRIPTION | 4 ++-- NEWS.rmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 28b8bb6e..70952193 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.0.14.0 +Version: 1.0.14.1 Date: 2018-09-28 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), @@ -21,7 +21,7 @@ Authors@R: c( ) Depends: R (>= 3.0.1) Suggests: knitr, rmarkdown, coda, DEoptim, dplyr, FME, ggmcmc, hydroPSO, Rmalschains -Description: Hydrological modelling tools developed at Irstea-Antony (HYCAR Research Unit, France). The package includes several conceptual rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), a snow accumulation and melt model (CemaNeige) and the associated functions for their calibration and evaluation. Use help(airGR) for package description. +Description: Hydrological modelling tools developed at Irstea-Antony (HYCAR Research Unit, France). The package includes several conceptual rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), a snow accumulation and melt model (CemaNeige) and the associated functions for their calibration and evaluation. Use help(airGR) for package description and references. License: GPL-2 URL: https://webgr.irstea.fr/en/airGR/ NeedsCompilation: yes diff --git a/NEWS.rmd b/NEWS.rmd index ba0841e4..72c6bb7f 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.14.0 Release Notes (2018-09-28) +### 1.0.14.1 Release Notes (2018-09-28) #### Deprecated and defunct -- GitLab