Commit 5c233760 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.1.3 BUG: RunModel_CemaNeigeGR4H example not checked by CRAN

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.1.2
Version: 1.3.1.3
Date: 2019-05-21
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -14,7 +14,7 @@ output:
### 1.3.1.2 Release Notes (2019-05-21)
### 1.3.1.3 Release Notes (2019-05-21)
#### New features
......
......@@ -85,7 +85,7 @@ For further details on the argument structures and initialisation options, see \
\examples{
\donttest{if (interactive()) {
\donttest{
library(airGR)
## loading catchment data
......@@ -111,7 +111,7 @@ RunOptions <- CreateRunOptions(FUN_MOD = RunModel_CemaNeigeGR4H, InputsModel = I
## simulation
Param <- c(X1 = 149.905, X2 = -0.487, X3 = 391.506, X4 = 9.620,
CNX1 = 0.018, CNX2 = 13.088)
CNX1 = 0.520, CNX2 = 0.133)
OutputsModel <- RunModel_CemaNeigeGR4H(InputsModel = InputsModel,
RunOptions = RunOptions, Param = Param)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment