From ab853bd3c374046b329af91fba2d9ab9e62398da Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Fri, 15 Jan 2021 08:30:52 +0100 Subject: [PATCH] v1.6.9.25 refactor(NAMESPACE): export the plot.OutputsModel function again in order not to break airGRteaching CRAN version Refs #89 --- DESCRIPTION | 4 ++-- NAMESPACE | 1 + NEWS.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 106a50d7..dab7304f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.6.9.24 -Date: 2021-01-13 +Version: 1.6.9.25 +Date: 2021-01-14 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), 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 bf71216c..d942354b 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -37,6 +37,7 @@ export(ErrorCrit_RMSE) export(Imax) export(PE_Oudin) export(PEdaily_Oudin) +export(plot.OutputsModel) export(RunModel) export(RunModel_CemaNeige) export(RunModel_CemaNeigeGR4H) diff --git a/NEWS.md b/NEWS.md index 1ffb15e3..4b809567 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.6.9.24 Release Notes (2021-01-13) +### 1.6.9.25 Release Notes (2021-01-14) #### New features -- GitLab