From 3b795a85dba6ea220f94eabc179adb8e7e9575b9 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Mon, 19 Apr 2021 08:35:51 +0200
Subject: [PATCH] docs: review text about the use of hydrological models
 together the snow module in the package help page and the get_started
 vignette

---
 man/airGR.Rd                  | 2 +-
 vignettes/V01_get_started.Rmd | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/airGR.Rd b/man/airGR.Rd
index d6709cc2..4ba89192 100644
--- a/man/airGR.Rd
+++ b/man/airGR.Rd
@@ -26,7 +26,7 @@ In order to limit the risk of mis-use and increase the flexibility of these main
 
 ## --- Models
 
-Seven hydrological models and one snow melt and accumulation model are implemented in airGR. The snow model can also be used alone or with the daily hydrological models, and each hydrological model can either be used alone or together with the snow model. \cr
+Seven hydrological models and one snow melt and accumulation model are implemented in airGR. The snow model can also be used alone or with the daily or hourly hydrological models. Naturally each hydrological model can either be used alone. \cr
 These models can be called within airGR using the following functions:
 \itemize{
   \item \code{\link{RunModel_GR4H}}: four-parameter hourly lumped hydrological model (Mathevet, 2005)
diff --git a/vignettes/V01_get_started.Rmd b/vignettes/V01_get_started.Rmd
index 3dfccb3e..28e2daa5 100644
--- a/vignettes/V01_get_started.Rmd
+++ b/vignettes/V01_get_started.Rmd
@@ -18,7 +18,7 @@ The **airGR** package has been designed to fulfill two major requirements: to fa
 
 
 
-Six hydrological models and one snowmelt and accumulation model are implemented in **airGR**. The snow model can be used alone or together with the daily hydrological models. 
+Seven hydrological models and one snow melt and accumulation model are implemented in **airGR**. The snow model can also be used alone or with the daily or hourly hydrological models. Naturally each hydrological model can either be used alone
 
 The models can be called within **airGR** using the following functions: 
 
@@ -48,7 +48,7 @@ In the following example, we use a data sample contained in the package. For rea
 
 First, it is necessary to load the **airGR** package:
 
-```{r, warning=FALSE}
+```{r}
 library(airGR)
 ```
 
-- 
GitLab