Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGRteaching
Commits
e42047ad
Commit
e42047ad
authored
Apr 19, 2019
by
Delaigue Olivier
Browse files
v0.2.6.24 CLEAN: missing UTC tz used to create xts object in dyplot.default
parent
f76a45bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
e42047ad
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.6.2
3
Version: 0.2.6.2
4
Date: 2019-04-18
Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
...
...
NEWS.Rmd
View file @
e42047ad
...
...
@@ -13,7 +13,7 @@ output:
### 0.2.6.2
3
Release Notes (2019-04-18)
### 0.2.6.2
4
Release Notes (2019-04-18)
#### Bug fixes
...
...
R/dyplot.default.R
View file @
e42047ad
...
...
@@ -57,7 +57,7 @@ dyplot.default <- function(x, Qsup = NULL, Qsup.name = "Qsup",
data
$
Precip
<-
NULL
}
}
data.xts
<-
xts
::
xts
(
data
[,
-1L
],
order.by
=
data
$
DatesR
)
data.xts
<-
xts
::
xts
(
data
[,
-1L
],
order.by
=
data
$
DatesR
,
tz
=
"UTC"
)
rgba
<-
function
(
x
,
alpha
=
1
)
{
...
...
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