From 2819ae22ab542b37bdc8e1e720b52dd324183c57 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Fri, 24 May 2019 08:28:13 +0200
Subject: [PATCH] v1.3.2.14 DOC: donttest replaced by dontrun on
 RunModel_CemaNeigeGR4H example

---
 DESCRIPTION                   | 4 ++--
 NEWS.rmd                      | 2 +-
 man/RunModel_CemaNeigeGR4H.Rd | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 1ddfa144..ccda7967 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.13
-Date: 2019-05-23
+Version: 1.3.2.14
+Date: 2019-05-24
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
diff --git a/NEWS.rmd b/NEWS.rmd
index 0a2ea921..ff671815 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.2.13 Release Notes (2019-05-23)
+### 1.3.2.14 Release Notes (2019-05-24)
 
 
 #### New features
diff --git a/man/RunModel_CemaNeigeGR4H.Rd b/man/RunModel_CemaNeigeGR4H.Rd
index 1049ecf6..2e213469 100644
--- a/man/RunModel_CemaNeigeGR4H.Rd
+++ b/man/RunModel_CemaNeigeGR4H.Rd
@@ -85,7 +85,7 @@ For further details on the argument structures and initialisation options, see \
 
 
 \examples{
-\donttest{
+\dontrun{
 library(airGR)
 
 ## loading catchment data
-- 
GitLab