From 7b2456b249580f01f5ed5a37d0b95df3544cb80d Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Sat, 18 Apr 2020 08:15:16 +0000
Subject: [PATCH] v0.2.10.20 DOC: explanation added about the time steps of the
 times series in the ShinyGR help page #14

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 4466065..5a3cc04 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.19
+Version: 0.2.10.20
 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"),
diff --git a/NEWS.md b/NEWS.md
index 8fe92b0..ed685bb 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 0.2.10.19 Release Notes (2020-04-17)
+### 0.2.10.20 Release Notes (2020-04-17)
 
 
 #### New features
diff --git a/man/ShinyGR.Rd b/man/ShinyGR.Rd
index df09906..ff1e132 100644
--- a/man/ShinyGR.Rd
+++ b/man/ShinyGR.Rd
@@ -3,7 +3,7 @@
 \alias{ShinyGR}
 
 
-\title{Interactive Web application to run manually the GR4J, GR5 and GR6J hydrological models with or without CemaNeige}
+\title{Interactive Web application to run manually the GR2M, GR4J, GR5 and GR6J hydrological models with or without CemaNeige}
 
 
 \description{Shiny application to understand and to display in a interactive way the impact of each parameter of the GR models on the simulated flows}
@@ -20,7 +20,7 @@ ShinyGR(ObsDF = NULL,
 \arguments{
   \item{ObsDF}{(optional) [data.frame or list of data.frame] \code{data.frame} of dates, total precipitation, potential evapotranspiration, observed discharge and mean air temperature (only if CemaNeige is used) (variables must be in this order; see below for the units)}
   
-  \item{DatesR}{(optional) [POSIXt] vector of dates required to create the GR and CemaNeige models inputs. Time zone must be defined as "UTC"}
+  \item{DatesR}{(optional) [POSIXt] vector of daily or monthly dates required to create the GR and CemaNeige models inputs. Time zone must be defined as "UTC"}
   
   \item{Precip}{(optional) [numeric] time series of total precipitation (catchment average) [mm/time step], required to create the GR and CemaNeige models inputs}
   
-- 
GitLab