From 55c11ece24ac23da9b3711c156fe69c2fcdd9efb Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 29 Jun 2018 11:56:13 +0200 Subject: [PATCH] v1.0.10.10 research unit name updated (HBAN to HYCAR) --- DESCRIPTION | 4 ++-- NEWS.rmd | 2 +- man/airGR.Rd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 254520a9..7de5fda2 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.10.9 +Version: 1.0.10.10 Date: 2018-06-29 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), @@ -21,7 +21,7 @@ Authors@R: c( ) Depends: R (>= 3.0.1) Suggests: knitr, coda, DEoptim, dplyr, FME, ggmcmc, hydroPSO, Rmalschains -Description: Hydrological modelling tools developed at Irstea-Antony (HBAN 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. License: GPL-2 URL: https://webgr.irstea.fr/en/airGR/ NeedsCompilation: yes diff --git a/NEWS.rmd b/NEWS.rmd index c7c1d08d..c1abbaca 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.10.9 Release Notes (2018-06-29) +### 1.0.10.10 Release Notes (2018-06-29) #### Bug fixes diff --git a/man/airGR.Rd b/man/airGR.Rd index b0022344..9a5007b3 100644 --- a/man/airGR.Rd +++ b/man/airGR.Rd @@ -4,7 +4,7 @@ \encoding{UTF-8} \title{Suite of GR Hydrological Models for Precipitation-Runoff Modelling} \description{ -This package brings into R the hydrological modelling tools used at IRSTEA-Antony (HBAN Research Unit, France), including rainfall-runoff models (\strong{GR4H}, \strong{GR4J}, \strong{GR5J}, \strong{GR6J}, \strong{GR2M}, \strong{GR1A}) and a snow accumulation and melt model (\strong{CemaNeige}). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R. \cr +This package brings into R the hydrological modelling tools used at IRSTEA-Antony (HYCAR Research Unit, France), including rainfall-runoff models (\strong{GR4H}, \strong{GR4J}, \strong{GR5J}, \strong{GR6J}, \strong{GR2M}, \strong{GR1A}) and a snow accumulation and melt model (\strong{CemaNeige}). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R. \cr ##### Functions and objects ##### -- GitLab