diff --git a/DESCRIPTION b/DESCRIPTION index 8210df871cf4c2b06f0cd352d1bdbd1b2cc3ad41..019599fc2cf44f9bb2ddf55a5d44968301db88b0 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.2.11.2 +Version: 1.2.11.3 Date: 2019-03-22 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 6db66a7fba8ac5ec1285d7f83bb225590264f61c..565439a0023e382e94aeebb258a6ed0fdab464d2 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.11.2 Release Notes (2019-03-22) +### 1.2.11.3 Release Notes (2019-03-22) diff --git a/R/CreateInputsCrit.R b/R/CreateInputsCrit.R index 6a349ddea1e4db18bd3adab956abc6f7b457ed46..aa73a2a1378367fd43df075996124ca61af5f728 100644 --- a/R/CreateInputsCrit.R +++ b/R/CreateInputsCrit.R @@ -275,7 +275,7 @@ CreateInputsCrit <- function(FUN_CRIT, for (iInCnVarObs in inCnVarObs) { if (any(listVarObs %in% iInCnVarObs)) { if (tabGroupLayer[tabGroupLayer$varObs %in% iInCnVarObs, "freq"] != nLayers) { - stop(sprintf("'obs' must contains %i vector(s) about %s", nLayers, iInCnVarObs)) + stop(sprintf("'obs' must contain %i vector(s) about %s", nLayers, iInCnVarObs)) } } }