Commit 6d03d19d authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v0.2.10.82 style(NAMESPACE): remove useless quotes and reorder functions

Refs #30
2 merge requests!13CRAN v0.2.10.112,!12Resolve "Clean NAMESPACE"
Pipeline #18126 passed with stages
in 1 minute and 29 seconds
Showing with 11 additions and 11 deletions
+11 -11
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.10.81
Version: 0.2.10.82
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"),
......
......@@ -4,22 +4,22 @@
#####################################
## S3 methods ##
#####################################
S3method("plot","PrepGR")
S3method("plot","CalGR")
S3method("plot","SimGR")
S3method("dyplot","default")
S3method("dyplot","PrepGR")
S3method("dyplot","CalGR")
S3method("dyplot","SimGR")
S3method("as.data.frame", "airGRt")
S3method(as.data.frame, airGRt)
S3method(dyplot, default)
S3method(dyplot, PrepGR)
S3method(dyplot, CalGR)
S3method(dyplot, SimGR)
S3method(plot, PrepGR)
S3method(plot, CalGR)
S3method(plot, SimGR)
#####################################
## Export ##
#####################################
export(CalGR)
export(PrepGR)
export(CalGR)
export(SimGR)
export(dyplot)
export(ShinyGR)
......
......@@ -4,7 +4,7 @@
### 0.2.10.81 Release Notes (2020-12-04)
### 0.2.10.82 Release Notes (2020-12-04)
#### CRAN-compatibility updates
......
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