From db261002588c70be8946919974ba14a93abd25da Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Wed, 6 Jan 2021 15:16:59 +0100 Subject: [PATCH] v1.6.8.42 docs(man): use the \packageDescription mark to automatically call the package description in the package help page Refs #80 --- DESCRIPTION | 2 +- NEWS.md | 2 +- man/airGR.Rd | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 655f1d36..dce6957d 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.6.8.41 +Version: 1.6.8.42 Date: 2021-01-06 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 12e4a4e5..bdf29606 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.6.8.41 Release Notes (2021-01-06) +### 1.6.8.42 Release Notes (2021-01-06) #### New features diff --git a/man/airGR.Rd b/man/airGR.Rd index 66489732..4f89b9e1 100644 --- a/man/airGR.Rd +++ b/man/airGR.Rd @@ -3,8 +3,11 @@ \docType{package} \encoding{UTF-8} \title{\packageTitle{airGR}} + + \description{ -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 +\packageDescription{airGR} +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