diff --git a/DESCRIPTION b/DESCRIPTION
index c7f9da59501fa683ae6ba40631c73428a147616f..a73db72e98a953147e7ccbaa355b5f18ab152997 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.1.1
+Version: 1.3.1.2
 Date: 2019-05-21
 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 9b11edc2fe78a4cf026a765b0ef438d00a29a386..98242b7b87aad21bbca5abdedb95c8ae8cf8c137 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -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
diff --git a/data/U2345030.rda b/data/U2345030.rda
deleted file mode 100644
index 1dc396103ee57cc015a53d967e89bbdfca0c6766..0000000000000000000000000000000000000000
Binary files a/data/U2345030.rda and /dev/null differ
diff --git a/man/RunModel_CemaNeigeGR4H.Rd b/man/RunModel_CemaNeigeGR4H.Rd
index 2c68bac4d3930622355979ed5c023926c4cb7c59..eee11d662106b7b448f5fac822c7a7b5259d3759 100644
--- a/man/RunModel_CemaNeigeGR4H.Rd
+++ b/man/RunModel_CemaNeigeGR4H.Rd
@@ -85,6 +85,7 @@ For further details on the argument structures and initialisation options, see \
 
 
 \examples{
+\donttest{if (interactive()) {
 library(airGR)
 
 ## loading catchment data
@@ -122,6 +123,7 @@ InputsCrit  <- CreateInputsCrit(FUN_CRIT = ErrorCrit_NSE, InputsModel = InputsMo
                                 RunOptions = RunOptions, Obs = BasinObs$Qmm[Ind_Run])
 OutputsCrit <- ErrorCrit_NSE(InputsCrit = InputsCrit, OutputsModel = OutputsModel)
 }
+}
 
 
 \author{