From ad68c31d6a699dec295cb5894692ee78a7f34428 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Mon, 20 Jan 2020 17:01:57 +0100
Subject: [PATCH] v1.4.3.50 DOC: run period is reduced in RunModel_GR5H to pass
 CRAN checks

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 5ecefdd3..96fcccbb 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.4.3.49
+Version: 1.4.3.50
 Date: 2020-01-20
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index 3b75c7f4..4665a132 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.4.3.49 Release Notes (2020-01-20)
+### 1.4.3.50 Release Notes (2020-01-20)
 
 
 #### New features
diff --git a/man/RunModel_GR5H.Rd b/man/RunModel_GR5H.Rd
index 092433e4..6878375a 100644
--- a/man/RunModel_GR5H.Rd
+++ b/man/RunModel_GR5H.Rd
@@ -85,7 +85,7 @@ InputsModel <- CreateInputsModel(FUN_MOD = RunModel_GR5H, DatesR = BasinObs$Date
 
 ## run period selection
 Ind_Run <- seq(which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2004-03-01 00:00"),
-               which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2006-12-31 23:00"))
+               which(format(BasinObs$DatesR, format = "\%Y-\%m-\%d \%H:\%M")=="2005-12-31 23:00"))
 
 ## Imax computation
 Imax <- Imax(InputsModel = InputsModel, IndPeriod_Run = Ind_Run,
-- 
GitLab