diff --git a/DESCRIPTION b/DESCRIPTION index 361f322830424a05d7efb792b9e70d93c03036fd..cec79fdcc653160341a355066b2e50ef40b636fe 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.7 +Version: 1.0.15.8 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 8c706fa5d24f26a0fe7b497a0080f60fcd52e8b1..cae8fd77cff10868e9c59390b00c60c007d8f00b 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.0.15.7 Release Notes (2018-10-16) +### 1.0.15.8 Release Notes (2018-10-16) diff --git a/man/CreateInputsCrit.Rd b/man/CreateInputsCrit.Rd index 43788f208ad7ae360b18765e0d103206f0bb71e5..08f1a322c9481c86171e3e1bad97a76222bad558 100644 --- a/man/CreateInputsCrit.Rd +++ b/man/CreateInputsCrit.Rd @@ -29,7 +29,7 @@ CreateInputsCrit(FUN_CRIT, InputsModel, RunOptions, Qobs, BoolCrit = NULL, \item{Ind_zeroes}{(deprecated) [numeric] indices of the time steps where zeroes are observed} -\item{epsilon}{(optional) [numeric] small value to add to all Qobs and Qsim (useful when \code{"log"} or \code{"inv"} transformations are used) [same unit as Qobs]} +\item{epsilon}{(optional) [numeric] small value to add to all Qobs and Qsim (useful when \code{"log"} or \code{"inv"} transformations are used) [same unit as \code{Qobs}]} \item{verbose}{(optional) [boolean] boolean indicating if the function is run in verbose mode or not, default = \code{TRUE}} } @@ -41,7 +41,7 @@ CreateInputsCrit(FUN_CRIT, InputsModel, RunOptions, Qobs, BoolCrit = NULL, \emph{$BoolCrit } \tab [boolean] boolean giving the time steps considered in the computation \cr \emph{$Qobs } \tab [numeric] series of observed discharges [mm/time step] \cr \emph{$transfo } \tab [character] name of the transformation (e.g. "", "sqrt", "log", "inv", "sort") \cr - \emph{$epsilon } \tab [numeric] epsilon to add to all Qobs and Qsim if \emph{$Ind_zeroes} is not empty \cr + \emph{$epsilon } \tab [numeric] small value to add to all Qobs and Qsim (useful when \code{"log"} or \code{"inv"} transformations are used) [same unit as \code{Qobs}] \cr } }