diff --git a/DESCRIPTION b/DESCRIPTION index c20567ddc07b98e0ea14ce492d570a677b0249dc..4466065ac76fff9ff28b9e150495b7ffbe707ea6 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 78f3ffe16b5fbb598303eacabda59d86e7fb590d..8fe92b025073590103a07ba66dce731a0f3d9229 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)