From 0330338dc41153e5a859ee5e371f11b350ee9fa3 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Thu, 19 Sep 2019 18:25:36 +0200 Subject: [PATCH] v1.3.2.38 DOC: display internal structure of interesting objects in vignette cemaneige_hysteresis --- DESCRIPTION | 2 +- NEWS.md | 2 +- vignettes/V04_cemaneige_hysteresis.Rmd | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2ccf603b..828b3ee9 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.3.2.37 +Version: 1.3.2.38 Date: 2019-09-19 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 80a191ef..d5fbf81d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.3.2.37 Release Notes (2019-09-19) +### 1.3.2.38 Release Notes (2019-09-19) #### Version control and issue tracking diff --git a/vignettes/V04_cemaneige_hysteresis.Rmd b/vignettes/V04_cemaneige_hysteresis.Rmd index 35f7c7b2..bdc7796e 100644 --- a/vignettes/V04_cemaneige_hysteresis.Rmd +++ b/vignettes/V04_cemaneige_hysteresis.Rmd @@ -149,7 +149,7 @@ OutputsCrit_Cal <- ErrorCrit(InputsCrit = InputsCrit_Cal, OutputsModel = Outputs Find below the performance of the model over the calibration period. -```{r, warning=FALSE, eval=FALSE} +```{r, warning=FALSE} str(OutputsCrit_Cal, max.level = 2) ``` @@ -167,7 +167,7 @@ OutputsCrit_Val <- ErrorCrit(InputsCrit = InputsCrit_Val, OutputsModel = Outputs Find below the performance of the model over the validation period. -```{r, warning=FALSE, eval=FALSE} +```{r, warning=FALSE} str(OutputsCrit_Val, max.level = 2) ``` @@ -234,7 +234,7 @@ OutputsCrit_Val_NoHyst <- ErrorCrit(InputsCrit = InputsCrit_Val, We can check the performance over the calibration and the validation period. -```{r, warning=FALSE, eval=FALSE} +```{r, warning=FALSE} str(OutputsCrit_Cal_NoHyst, max.level = 2) str(OutputsCrit_Val_NoHyst, max.level = 2) ``` -- GitLab