From aa40080569b82cb11a58acb206b5bc10607a9383 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Wed, 8 Apr 2020 17:51:01 +0200
Subject: [PATCH] v1.4.3.82 CLEAN: minor text revision in an error message of
 the SeriesAggreg function

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

diff --git a/DESCRIPTION b/DESCRIPTION
index 33ed2744..90295404 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.4.3.81
-Date: 2020-04-06
+Version: 1.4.3.82
+Date: 2020-04-08
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   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 cd330297..f64e6747 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 1.4.3.81 Release Notes (2020-04-06)
+### 1.4.3.82 Release Notes (2020-04-08)
 
 #### CRAN-compatibility updates
 
diff --git a/R/SeriesAggreg.R b/R/SeriesAggreg.R
index 6d0565fc..96dfacce 100644
--- a/R/SeriesAggreg.R
+++ b/R/SeriesAggreg.R
@@ -12,7 +12,7 @@ SeriesAggreg <- function(TabSeries,
     stop("'TabSeries' must be a data.frame containing the dates and data to be converted")
   }
   if (ncol(TabSeries) < 2) {
-    stop("'TabSeries' must contain at least two columns (including the coulmn of dates")
+    stop("'TabSeries' must contain at least two columns (including the coulmn of dates)")
   }
   ##check_TimeFormat
   if (!any(class(TabSeries[, 1]) %in% "POSIXt")) {
-- 
GitLab