From d2e93c58cac61c5bb0a59157f53a04858da7b3f1 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 28 Jan 2020 09:32:40 +0100 Subject: [PATCH] v1.4.3.58 DOC: minor text revisions in the README file and in the airGR.Rd file --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.md | 3 ++- man/airGR.Rd | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b0d15341..bc9986b1 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.57 +Version: 1.4.3.58 Date: 2020-01-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 a93723d6..0e6446a6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.4.3.57 Release Notes (2020-01-28) +### 1.4.3.58 Release Notes (2020-01-28) #### Bug fixes diff --git a/README.md b/README.md index 18d75913..949c2fe8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling ## Overview -This package brings into R the hydrological modelling tools used at INRAE-Antony ([Catchment Hydrology research group](https://webgr.inrae.fr/en/) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR5H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**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. + +This package brings into R the hydrological modelling tools developed at INRAE-Antony ([Catchment Hydrology research group](https://webgr.inrae.fr/en/) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR5H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**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. ## Installation diff --git a/man/airGR.Rd b/man/airGR.Rd index fbf902b7..ca84f5b2 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 INRAE-Antony (formerly IRSTEA, HYCAR Research Unit, France), including rainfall-runoff models (\strong{GR4H}, \strong{GR5H}, \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\cr +This package brings into R the hydrological modelling tools developed at INRAE-Antony (formerly IRSTEA, HYCAR Research Unit, France), including rainfall-runoff models (\strong{GR4H}, \strong{GR5H}, \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\cr ## ---- Functions and objects -- GitLab