From 1108d17de61ada7b017a319cb81b65ce8120b800 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Mon, 23 Nov 2020 16:40:58 +0100
Subject: [PATCH] v1.6.3.67 refactor(NAMESPACE): export .ErrorCrit without
 using a pattern

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

diff --git a/DESCRIPTION b/DESCRIPTION
index e25c06a6..6a7031dc 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.6.3.66
+Version: 1.6.3.67
 Date: 2020-11-23
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NAMESPACE b/NAMESPACE
index a85dc83a..a87a61cd 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -59,7 +59,7 @@ export(TransfoParam_GR5J)
 export(TransfoParam_GR6J)
 export(TransfoParam_Lag)
 export(plot.OutputsModel)
-exportPattern(".ErrorCrit")
+export(.ErrorCrit)
 
 
 
diff --git a/NEWS.md b/NEWS.md
index 35bfb2f5..d3cb7b2b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 1.6.3.66 Release Notes (2020-11-23)
+### 1.6.3.67 Release Notes (2020-11-23)
 
 #### New features
 
-- 
GitLab