diff --git a/DESCRIPTION b/DESCRIPTION index 061aa8416b9cd049795aae8378c6c423796fd787..bd1510ffc2132db70126a69d2cfd6ec1b514e2ee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.2.8.8 +Version: 1.2.8.9 Date: 2019-03-07 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 3edb617e736137d0385428dcc8ac10434649b2a5..5db116f260a23dc15514688f7ea636042fce3122 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.8.7 Release Notes (2019-03-07) +### 1.2.8.9 Release Notes (2019-03-07) @@ -58,6 +58,8 @@ output: - Model diagrams added in documentations of <code>RunModel_GR4J()</code>, <code>RunModel_GR5J()</code> and <code>RunModel_GR6J()</code> functions. +- It is ow possible to be redirected on the documantation about <code>plot.OutputsModel()</code> with <code>?plot</code> + #### Minor user-visible changes diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd index 6e9a9a6750104f182b838c72bf6512fde5361c7b..c8b0399e45e0b94f4257c5f5e2f58661aa23c8e4 100644 --- a/man/plot.OutputsModel.Rd +++ b/man/plot.OutputsModel.Rd @@ -4,6 +4,7 @@ \name{plot.OutputsModel} \alias{plot.OutputsModel} \alias{plot_OutputsModel} +\alias{plot} \title{Default preview of model outputs}