From e13d6e536e97d35a27c25cb9f9cab28993d2f10f Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 16 Oct 2018 13:56:30 +0200 Subject: [PATCH] v1.0.15.11 CLEAN: syntaxe revision of ErrorCrit doc --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- man/ErrorCrit.Rd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b8559b7c..760d5136 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.15.10 +Version: 1.0.15.11 Date: 2018-10-16 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index b01a8ca6..7fe16136 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.0.15.10 Release Notes (2018-10-16) +### 1.0.15.11 Release Notes (2018-10-16) diff --git a/man/ErrorCrit.Rd b/man/ErrorCrit.Rd index b10e5fc9..cdeb0e31 100644 --- a/man/ErrorCrit.Rd +++ b/man/ErrorCrit.Rd @@ -18,7 +18,7 @@ ErrorCrit(InputsCrit, OutputsModel, FUN_CRIT, warnings = TRUE, verbose = TRUE) \item{OutputsModel}{[object of class \emph{OutputsModel}] see \code{\link{RunModel_GR4J}} or \code{\link{RunModel_CemaNeigeGR4J}} for details} -\item{FUN_CRIT}{[function] error criterion function (e.g. \code{ErrorCrit_RMSE}, \code{ErrorCrit_NSE})} +\item{FUN_CRIT}{[function] error criterion function (e.g. \code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}})} \item{warnings}{(optional) [boolean] boolean indicating if the warning messages are shown, default = \code{TRUE}} @@ -99,6 +99,6 @@ Laurent Coron \seealso{ -\code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}}, \code{\link{ErrorCrit_KGE}} +\code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}}, \code{\link{ErrorCrit_KGE}, \code{\link{ErrorCrit_KGE2}} } -- GitLab