diff --git a/DESCRIPTION b/DESCRIPTION index cec79fdcc653160341a355066b2e50ef40b636fe..ee218721e9855a645bdb073828b837545e1edb5d 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.8 +Version: 1.0.15.9 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 cae8fd77cff10868e9c59390b00c60c007d8f00b..039f5a4ecee646456bda710365134e88f0ae2d3a 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.0.15.8 Release Notes (2018-10-16) +### 1.0.15.9 Release Notes (2018-10-16) diff --git a/man/CreateInputsCrit.Rd b/man/CreateInputsCrit.Rd index 08f1a322c9481c86171e3e1bad97a76222bad558..a238e65361261778a508d1bef46d1e7e8dc4e296 100644 --- a/man/CreateInputsCrit.Rd +++ b/man/CreateInputsCrit.Rd @@ -40,7 +40,7 @@ CreateInputsCrit(FUN_CRIT, InputsModel, RunOptions, Qobs, BoolCrit = NULL, \tabular{ll}{ \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{$transfo } \tab [character] name of the transformation (e.g. \code{""}, \code{"sqrt"}, \code{"log"}, \code{"inv"}, \code{"sort"}) \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 } }