Commit 1a95e4af authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.6.9.1 build(NAMESPACE): '['.InputsModel and '['.OutputsModel are now exported

Refs #67
Showing with 4 additions and 2 deletions
+4 -2
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.6.9.0 Version: 1.6.9.1
Date: 2021-01-08 Date: 2021-01-08
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -8,6 +8,8 @@ useDynLib(airGR, .registration = TRUE) ...@@ -8,6 +8,8 @@ useDynLib(airGR, .registration = TRUE)
##################################### #####################################
## S3 methods ## ## S3 methods ##
##################################### #####################################
S3method('[', InputsModel)
S3method('[', OutputsModel)
S3method(plot, OutputsModel) S3method(plot, OutputsModel)
S3method(SeriesAggreg, data.frame) S3method(SeriesAggreg, data.frame)
S3method(SeriesAggreg, list) S3method(SeriesAggreg, list)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### 1.6.9.0 Release Notes (2021-01-08) ### 1.6.9.1 Release Notes (2021-01-08)
#### New features #### New features
......
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