From f5730cc1da5388a4e294fe6e56d481df77e66791 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Tue, 2 Apr 2019 17:43:56 +0200
Subject: [PATCH] v1.2.13.8 DOC: minor type revision in param optim vignette

---
 DESCRIPTION                     | 2 +-
 NEWS.rmd                        | 2 +-
 vignettes/V02.1_param_optim.Rmd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index e90d903e..e1705ce7 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.13.7
+Version: 1.2.13.8
 Date: 2019-04-02
 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 192daf98..5ca0fede 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,7 +13,7 @@ output:
 
 
 
-### 1.2.13.7 Release Notes (2019-04-02)
+### 1.2.13.8 Release Notes (2019-04-02)
 
 
 
diff --git a/vignettes/V02.1_param_optim.Rmd b/vignettes/V02.1_param_optim.Rmd
index 272420b7..d750f77e 100644
--- a/vignettes/V02.1_param_optim.Rmd
+++ b/vignettes/V02.1_param_optim.Rmd
@@ -108,7 +108,7 @@ We can then extract the best parameter sets and the value of the performance cri
 ```{r, warning=FALSE, results='hide', eval=FALSE}
 parPORT <- t(sapply(listOptPORT, function(x) x$par))
 objPORT <- sapply(listOptPORT, function(x) x$objective)
-parPORT  <- data.frame(parPORT, RMSE = objPORT)
+parPORT <- data.frame(parPORT, RMSE = objPORT)
 ```
 
 As can be seen below, the optimum performance criterion values (column *objective*) can differ from the global optimum value in many cases, resulting in various parameter sets.
-- 
GitLab