diff --git a/DESCRIPTION b/DESCRIPTION index 124c4b72135f4b3137a2738e1c3295773e7addb8..5a730497a9d7f286200cff630ce22541990070d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ 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"), diff --git a/NAMESPACE b/NAMESPACE index c3e467f2ae3b74532a723ad61e7970abb6da5273..be70b420be41ed5d36c999c3ca12bd467041000d 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/NEWS.md b/NEWS.md index 77d44bbb91bebdee829d99910e4934ec1bb4423a..43d8090048a7c605431e9b51a401a9999ee16dd9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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