Commit 81fccf1d authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.4.1 BUG: function name incorrectly defined in SeriesAgreg2.R file #25 #41

parent 7a804e87
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
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.4.0 Version: 1.4.4.1
Date: 2020-04-07 Date: 2020-04-07
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")),
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
### 1.4.4.0 Release Notes (2020-04-07) ### 1.4.4.1 Release Notes (2020-04-07)
#### New features #### New features
......
SeriesAggreg <- function(TabSeries, Format, ConvertFun, SeriesAggreg2 <- function(TabSeries, Format, ConvertFun,
YearFirstMonth = 1, TimeLag = 0, verbose = TRUE) { YearFirstMonth = 1, TimeLag = 0, verbose = TRUE) {
sp <- sprintf("%02.f", YearFirstMonth) sp <- sprintf("%02.f", YearFirstMonth)
......
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