Commit dbf3b3a8 authored by Delaigue Olivier's avatar Delaigue Olivier Committed by Dorchies David
Browse files

v1.4.7.5 fix: wrong variable name corrected in SeriesAggreg2.default

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.7.4
Date: 2020-05-01
Version: 1.4.7.5
Date: 2020-05-04
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"),
......
......@@ -4,7 +4,7 @@
### 1.4.7.4 Release Notes (2020-05-01)
### 1.4.7.5 Release Notes (2020-05-04)
#### New features
......
......@@ -55,7 +55,7 @@ SeriesAggreg2.default <- function(TabSeries,
ConvertFun = rep("sum", ncol(TabSeries2)-1),
YearFirstMonth = YearFirstMonth, TimeLag = TimeLag,
verbose = verbose)
res$zzz <- NULL
TabSeries$zzz <- NULL
if (simplify) {
......
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