From 32915f64e3dba60f87ed142ca948bee467badd9e Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Thu, 2 May 2019 13:11:01 +0200
Subject: [PATCH] v1.2.14.16 CLEAN: final slash removed form citation URL to
 avoid NOTE during CRAN check

---
 DESCRIPTION   | 2 +-
 NEWS.rmd      | 4 +++-
 inst/CITATION | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 05578ef6..703fc55f 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.15
+Version: 1.2.14.16
 Date: 2019-05-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 af184484..53db83b4 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.14.14 Release Notes (2019-04-17)
+### 1.2.14.16 Release Notes (2019-05-02)
 
 
 #### New features
@@ -26,6 +26,8 @@ output:
 
 - <code>.ErrorCrit()</code> private function added to check inputs into <code>ErrorCrit_&#42;()</code> functions. The <code>ErrorCrit_&#42;()</code> functions were simplified accordingly.
 
+- <code>CreateInputsCrit()</code> now returns <code>FUN_CRIT</code> as a character string.
+
 ____________________________________________________________________________________
 
 
diff --git a/inst/CITATION b/inst/CITATION
index 141e921a..67868c82 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -29,12 +29,12 @@ bibentry(bibtype="Manual",
          journal = "R News",
          year = year,
          note = note,
-         url = "https://CRAN.R-project.org/package=airGR/",
+         url = "https://CRAN.R-project.org/package=airGR",
          textVersion = 
            paste0("Coron, L., Delaigue, O., Thirel, G., Perrin, C. and Michel, C. (",
                   year,
                   "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ",
                   note,
-                  ". URL: https://CRAN.R-project.org/package=airGR/."
+                  ". URL: https://CRAN.R-project.org/package=airGR."
                   )
 )
-- 
GitLab