From 03cb95985702d916e97c44eecb0e6aa163eb4007 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Wed, 6 Jan 2021 13:57:53 +0100 Subject: [PATCH] v1.6.8.38 docs(man): use the \packageTitle mark to automatically call the package title in the package manual Refs #80 --- DESCRIPTION | 2 +- NEWS.md | 2 +- man/airGR.Rd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ddc4014c..c4471a4f 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.37 +Version: 1.6.8.38 Date: 2021-01-05 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 55138f23..789e5118 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.6.8.37 Release Notes (2021-01-05) +### 1.6.8.38 Release Notes (2021-01-05) #### New features diff --git a/man/airGR.Rd b/man/airGR.Rd index 2a34f5ba..fac2bde2 100644 --- a/man/airGR.Rd +++ b/man/airGR.Rd @@ -2,14 +2,14 @@ \alias{airGR} \docType{package} \encoding{UTF-8} -\title{Suite of GR Hydrological Models for Precipitation-Runoff Modelling} +\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 ## --- Functions and objects -The airGR package has been designed to fulfil two major requirements: facilitate the use by non-expert users and allow flexibility regarding the addition of external criteria, models or calibration algorithms. The names of the functions and their arguments were chosen to this end. +The airGR package has been designed to fulfil two major requirements: facilitate the use by non-expert users and allow flexibility regarding the addition of external criteria, models or calibration algorithms. The names of the functions and their arguments were chosen to this end. The package is mostly based on three families of functions: \itemize{ -- GitLab