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
6d03d19d
Commit
6d03d19d
authored
Dec 04, 2020
by
Delaigue Olivier
Browse files
v0.2.10.82 style(NAMESPACE): remove useless quotes and reorder functions
Refs
#30
parent
dafd0236
Pipeline
#18126
passed with stages
in 1 minute and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
6d03d19d
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.10.8
1
Version: 0.2.10.8
2
Date: 2020-12-04
Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
...
...
NAMESPACE
View file @
6d03d19d
...
...
@@ -4,22 +4,22 @@
#####################################
## S3 methods ##
#####################################
S3method(
"plot","Prep
GR
"
)
S3method(
"
plot
","CalGR"
)
S3method(
"
plot
","Sim
GR
"
)
S3method(
"
dyplot
","default"
)
S3method(
"
dyplot
","Prep
GR
"
)
S3method(
"dy
plot
","Cal
GR
"
)
S3method(
"dy
plot
","Sim
GR
"
)
S3method(
"as.data.frame", "airGRt"
)
S3method(
as.data.frame, air
GR
t
)
S3method(
dy
plot
, default
)
S3method(
dy
plot
, Prep
GR)
S3method(dyplot
, CalGR
)
S3method(dyplot
, Sim
GR)
S3method(plot
, Prep
GR)
S3method(plot
, Cal
GR)
S3method(
plot, SimGR
)
#####################################
## Export ##
#####################################
export(CalGR)
export(PrepGR)
export(CalGR)
export(SimGR)
export(dyplot)
export(ShinyGR)
...
...
NEWS.md
View file @
6d03d19d
...
...
@@ -4,7 +4,7 @@
### 0.2.10.8
1
Release Notes (2020-12-04)
### 0.2.10.8
2
Release Notes (2020-12-04)
#### CRAN-compatibility updates
...
...
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