From c305cfad3b7d05f46786316b369f0391be72757e Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Wed, 17 Apr 2019 10:11:14 +0200
Subject: [PATCH] v1.2.14.8 NEW: .ErrorCrit fun exported in NAMESPACE file

---
 DESCRIPTION | 2 +-
 NAMESPACE   | 1 +
 NEWS.rmd    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 46160487..7912ca65 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.14.7
+Version: 1.2.14.8
 Date: 2019-04-17
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NAMESPACE b/NAMESPACE
index 067845d6..00bc1569 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -52,6 +52,7 @@ export(TransfoParam_GR5J)
 export(TransfoParam_GR6J)
 export(plot.OutputsModel)
 exportPattern(".FortranOutputs")
+exportPattern(".ErrorCrit")
 
 
 
diff --git a/NEWS.rmd b/NEWS.rmd
index df2706e1..e6bd974b 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.14.7 Release Notes (2019-04-17)
+### 1.2.14.8 Release Notes (2019-04-17)
 
 
 #### New features
-- 
GitLab