diff --git a/DESCRIPTION b/DESCRIPTION
index 2ccf603b7eafd18b59aa75f684018ece3b7332b2..828b3ee997ad4c6deaca9f25aab430bfa9de2a2d 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 80a191ef39871735cd4f5b768a10890fdd1cfccd..d5fbf81dc5db3ca8c76aa98509c90d7ec709cdb7 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 35f7c7b2bd7627009f6a3f94e29267070d222973..bdc7796ea40fe1e1335b52ff14d0994090cf420e 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)
 ```