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
af673c4d
Commit
af673c4d
authored
Mar 14, 2018
by
unknown
Browse files
v0.2.0.3 the DiagramGR function is replaced b y.DiagramGR
parent
da1999bb
Changes
5
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
af673c4d
Package: airGRteaching
Type: Package
Title: Teaching hydrological modelling with {GR} (shiny interface included)
Version: 0.2.0.
2
Version: 0.2.0.
3
Date: 2018-03-14
Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut")), person("Guillaume", "Thirel", role = c("ctb")))
Depends: airGR (>= 1.0.9.43)
...
...
NAMESPACE
View file @
af673c4d
...
...
@@ -29,6 +29,7 @@ export(dyplot.PrepGR)
export(dyplot.CalGR)
export(dyplot.SimGR)
export(ShinyGR)
export(.DiagramGR)
export(.TypeModelGR)
...
...
NEWS
View file @
af673c4d
...
...
@@ -2,7 +2,7 @@
## 0.2.0.
2
Release Notes (2018-03-1
3
)
## 0.2.0.
3
Release Notes (2018-03-1
4
)
CRAN-compatibility updates
- embeding dygraphs functions to avoid user to install the last version of this package from GitHub
...
...
R/Utils.R
View file @
af673c4d
...
...
@@ -61,7 +61,7 @@ if (getRversion() >= "2.15.1") {
## function to plot the gr models diagrams (only GR4J and GR5J)
## =================================================================================
DiagramGR
<-
function
(
OutputsModel
,
Param
,
SimPer
,
EventDate
,
HydroModel
)
{
.
DiagramGR
<-
function
(
OutputsModel
,
Param
,
SimPer
,
EventDate
,
HydroModel
)
{
# --------------------------------------------------------------------------------
...
...
inst/ShinyGR/server.R
View file @
af673c4d
...
...
@@ -644,9 +644,9 @@ shinyServer(function(input, output, session) {
OutputsModel2
<-
getData
()
$
OutputsModel
par
(
getPlotPar
()
$
par
)
airGRteaching
:::
DiagramGR
(
OutputsModel
=
OutputsModel2
,
Param
=
getSim
()
$
PARAM
,
SimPer
=
input
$
Period
,
EventDate
=
input
$
Event
,
HydroModel
=
input
$
HydroModel
)
.
DiagramGR
(
OutputsModel
=
OutputsModel2
,
Param
=
getSim
()
$
PARAM
,
SimPer
=
input
$
Period
,
EventDate
=
input
$
Event
,
HydroModel
=
input
$
HydroModel
)
},
bg
=
"transparent"
)
...
...
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