Commit 34e26134 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.1.2 UPDATE: U2345030 dataset removed and RunModel_CemaNeigeGR4H example not checked by CRAN

Showing with 4 additions and 2 deletions
+4 -2
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.1.1 Version: 1.3.1.2
Date: 2019-05-21 Date: 2019-05-21
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -14,7 +14,7 @@ output: ...@@ -14,7 +14,7 @@ output:
### 1.3.1.1 Release Notes (2019-05-21) ### 1.3.1.2 Release Notes (2019-05-21)
#### New features #### New features
......
File deleted
...@@ -85,6 +85,7 @@ For further details on the argument structures and initialisation options, see \ ...@@ -85,6 +85,7 @@ For further details on the argument structures and initialisation options, see \
\examples{ \examples{
\donttest{if (interactive()) {
library(airGR) library(airGR)
## loading catchment data ## loading catchment data
...@@ -122,6 +123,7 @@ InputsCrit <- CreateInputsCrit(FUN_CRIT = ErrorCrit_NSE, InputsModel = InputsMo ...@@ -122,6 +123,7 @@ InputsCrit <- CreateInputsCrit(FUN_CRIT = ErrorCrit_NSE, InputsModel = InputsMo
RunOptions = RunOptions, Obs = BasinObs$Qmm[Ind_Run]) RunOptions = RunOptions, Obs = BasinObs$Qmm[Ind_Run])
OutputsCrit <- ErrorCrit_NSE(InputsCrit = InputsCrit, OutputsModel = OutputsModel) OutputsCrit <- ErrorCrit_NSE(InputsCrit = InputsCrit, OutputsModel = OutputsModel)
} }
}
\author{ \author{
......
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