Commit aa400805 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.3.82 CLEAN: minor text revision in an error message of the SeriesAggreg function

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.81 Version: 1.4.3.82
Date: 2020-04-06 Date: 2020-04-08
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), 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"), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
......
...@@ -4,7 +4,7 @@ ...@@ -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 #### CRAN-compatibility updates
......
...@@ -12,7 +12,7 @@ SeriesAggreg <- function(TabSeries, ...@@ -12,7 +12,7 @@ SeriesAggreg <- function(TabSeries,
stop("'TabSeries' must be a data.frame containing the dates and data to be converted") stop("'TabSeries' must be a data.frame containing the dates and data to be converted")
} }
if (ncol(TabSeries) < 2) { 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 ##check_TimeFormat
if (!any(class(TabSeries[, 1]) %in% "POSIXt")) { if (!any(class(TabSeries[, 1]) %in% "POSIXt")) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment