From 9f8c854174e2c68259ed93347972a626b39a7e02 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Sat, 18 Apr 2020 07:34:53 +0000
Subject: [PATCH] v0.2.10.19 UPDATE: depends on airGR >= 1.4.3.87 #14

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

diff --git a/DESCRIPTION b/DESCRIPTION
index c20567d..4466065 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGRteaching
 Type: Package
 Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
-Version: 0.2.10.18
+Version: 0.2.10.19
 Date: 2020-04-18
 Authors@R: c(
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
@@ -9,7 +9,7 @@ Authors@R: c(
   person("Pierre", "Brigode", role = c("aut"), comment = c(ORCID = "0000-0001-8257-0741")),
   person("Guillaume", "Thirel", role = c("ctb"), comment = c(ORCID = "0000-0002-1444-1830"))
   )
-Depends: airGR (>= 1.4.3.52)
+Depends: airGR (>= 1.4.3.87)
 Imports: dygraphs (>= 1.1.1.6), markdown, plotrix, shiny (>= 1.1.0), shinyjs (>= 1.0), xts
 Suggests: knitr
 Description: Add-on package to the 'airGR' package that simplifies its use and is aimed at being used for teaching hydrology. The package provides 1) three functions that allow to complete very simply a hydrological modelling exercise 2) plotting functions to help students to explore observed data and to interpret the results of calibration and simulation of the GR ('Génie rural') models 3) a 'Shiny' graphical interface that allows for displaying the impact of model parameters on hydrographs and models internal variables.
diff --git a/NEWS.md b/NEWS.md
index 78f3ffe..8fe92b0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,12 +4,12 @@
 
 
 
-### 0.2.10.18 Release Notes (2020-04-17)
+### 0.2.10.19 Release Notes (2020-04-17)
 
 
 #### New features
 
-- the <code>ShinyGR()</code> interface, can now run on monthly time series, using the GR2M model
+- the <code>ShinyGR()</code> interface, can now run on monthly time series, using the GR2M model. So, now 'airGRteaching' depends on the version of 'airGR' >= 1.4.3.87)
 - in the <code>ShinyGR()</code> interface, there is a new tab panel that shows a summary sheets of basin if the name of the dataset contains the code station  (8 characters : 1 letter and 7 numbers) of the Banque Hydro French database (so it is available only for the dataset of this database)
 
 
-- 
GitLab