From 6c3dda353ecc46b85beaaa39da4a9a6d0aee0bae Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Wed, 20 Mar 2019 08:00:54 +0100
Subject: [PATCH] v1.2.9.27 CLEAN: plot_OutputsModel alias removed from
 plot.OutputsModel doc

---
 DESCRIPTION              | 4 ++--
 NEWS.rmd                 | 6 +++---
 man/plot.OutputsModel.Rd | 1 -
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 04fef874..278b364f 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.2.9.26
-Date: 2019-03-19
+Version: 1.2.9.27
+Date: 2019-03-20
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 3193cb7a..be6c52c9 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.9.26 Release Notes (2019-03-19) 
+### 1.2.9.27 Release Notes (2019-03-20) 
 
 
 
@@ -25,7 +25,7 @@ output:
 
 - The <code>FUN_CRIT</code> argument is now deprecated in <code>Calibration_Michel()</code>. This function now gets this information from the <code>InputsCrit</code> argument.
 
--  The <code>plot_OutputsModel()</code> had been deprecated in airGR 1.0.4 (it has been replaced by the use of <code>plot.OutputsModel()</code> or <code>plot()</code>) and is defunct now. 
+- The <code>plot_OutputsModel()</code> had been deprecated in airGR 1.0.4 (it has been replaced by the use of <code>plot.OutputsModel()</code> or <code>plot()</code>) and is defunct now. 
 
 
 
@@ -43,7 +43,7 @@ output:
 
 - <code>CreateInputsCrit()</code> now presents a <code>warnings</code> argument to replace the verbose action (the <code>verbose</code> argument is kept to print messages).
 
-- <code>CreateInputsCrit()</code> now  returns a <code>idLayer</code> element to indicate which layer to use for SCA or SWE aggregation.
+- <code>CreateInputsCrit()</code> now returns a <code>idLayer</code> element to indicate which layer to use for SCA or SWE aggregation.
 
 - <code>CreateRunOptions()</code> now presents a <code>warnings</code> argument to replace the verbose action (the <code>verbose</code> argument is kept to print messages).
 
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index c8b0399e..23acd92f 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -3,7 +3,6 @@
 
 \name{plot.OutputsModel}
 \alias{plot.OutputsModel}
-\alias{plot_OutputsModel}
 \alias{plot}
 
 
-- 
GitLab