Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
HYCAR-Hydro
airGR
Commits
aa400805
Commit
aa400805
authored
Apr 08, 2020
by
Delaigue Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.4.3.82 CLEAN: minor text revision in an error message of the SeriesAggreg function
parent
f25ee99c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
DESCRIPTION
DESCRIPTION
+2
-2
NEWS.md
NEWS.md
+1
-1
R/SeriesAggreg.R
R/SeriesAggreg.R
+1
-1
No files found.
DESCRIPTION
View file @
aa400805
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.8
1
Date: 2020-04-0
6
Version: 1.4.3.8
2
Date: 2020-04-0
8
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"),
...
...
NEWS.md
View file @
aa400805
...
...
@@ -4,7 +4,7 @@
### 1.4.3.8
1
Release Notes (2020-04-0
6
)
### 1.4.3.8
2
Release Notes (2020-04-0
8
)
#### CRAN-compatibility updates
...
...
R/SeriesAggreg.R
View file @
aa400805
...
...
@@ -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"
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment