From 0a3569e1ce6e82d40e16a6930f55e018ae21d94f Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Fri, 29 Jun 2018 12:29:04 +0200
Subject: [PATCH] v1.0.10.11 add rmarkdown in suggested package to avoid
 problems during the vignette building

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 7de5fda2..ef8705bd 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.0.10.10
+Version: 1.0.10.11
 Date: 2018-06-29
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
@@ -20,7 +20,7 @@ Authors@R: c(
   person("Audrey", "Valéry", role = c("ctb"))
   )
 Depends: R (>= 3.0.1)
-Suggests: knitr, coda, DEoptim, dplyr, FME, ggmcmc, hydroPSO, Rmalschains
+Suggests: knitr, rmarkdown, coda, DEoptim, dplyr, FME, ggmcmc, hydroPSO, Rmalschains
 Description: Hydrological modelling tools developed at Irstea-Antony (HYCAR Research Unit, France). The package includes several conceptual rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), a snow accumulation and melt model (CemaNeige) and the associated functions for their calibration and evaluation. Use help(airGR) for package description.
 License: GPL-2
 URL: https://webgr.irstea.fr/en/airGR/
diff --git a/NEWS.rmd b/NEWS.rmd
index c1abbaca..fda8b9fc 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.0.10.10 Release Notes (2018-06-29) 
+### 1.0.10.11 Release Notes (2018-06-29) 
 
 
 #### Bug fixes
-- 
GitLab