From cbb8aea3065e82f23f3ad74809f4f028188257b5 Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Thu, 16 Nov 2017 08:34:43 +0100
Subject: [PATCH] v1.0.9.65 minor typo revisions in the NEWS file

---
 DESCRIPTION |  4 ++--
 NEWS.rmd    | 17 ++++++++++++-----
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 6e819f70..cd218f0d 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.0.9.64
-Date: 2017-11-10
+Version: 1.0.9.65
+Date: 2017-11-16
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
   person("Charles", "Perrin", role = c("aut", "ths")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 8f0e7037..4ae3a8fb 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,8 +14,15 @@ output:
 
 
 
+### 1.0.9.65 Release Notes (2017-11-16) 
+
+
+____________________________________________________________________________________
+
+
 ### 1.0.9.64 Release Notes (2017-11-10) 
 
+
 #### New features
 
 - An article describing the airGR package has been published. Its reference has been added and will be displayed with <code>citation("airGR")</code>. 
@@ -65,7 +72,7 @@ output:
 - The documentation and help of several functions were improved.
 
 
-#### CRAN-comparibility updates
+#### CRAN-compatibility updates
 
 - "airGR.c" file registers native routines.
 
@@ -146,7 +153,7 @@ ________________________________________________________________________________
 - <code>plot_OutputsModel()</code> gains a <code>log_scale</code> argument in order to plot the flow with a log scale.
 
 - A tutorial is available online on the following link: from http://webgr.irstea.fr/airGR.
- It can also be displayed with the <code>vignette("airGR")</code> command
+ It can also be displayed with the <code>vignette("airGR")</code> command.
  
 
 #### Bug fixes
@@ -225,7 +232,7 @@ ________________________________________________________________________________
 - Removal of an unnecessary warning when <code>IndPeriod_WarmUp = 0</code>.
 
 
-#### CRAN-comparibility updates
+#### CRAN-compatibility updates
 
 - Modification of namespace file to ensure proper use under linux whithout compilation issues.
 
@@ -365,7 +372,7 @@ ________________________________________________________________________________
 
 - RC9 bug correction: the <code>CalibrationAlgo_HBAN()</code> function was not working properly with models having only one parameter.
 
-- RC8 bug correction of the <code>ModelDefaultIniOptions()</code> function (this bug was introduced in the RC7 and caused an error when <code>IndPeriod_WarmUp = NULL</code>
+- RC8 bug correction of the <code>ModelDefaultIniOptions()</code> function (this bug was introduced in the RC7 and caused an error when <code>IndPeriod_WarmUp = NULL</code>.
 
 - RC7 bug correction of the <code>ModelDefaultIniOptions()</code> function (the automatic selection of one year for warm-up was not handling properly missing data).
 
@@ -454,7 +461,7 @@ ________________________________________________________________________________
 
 #### New features
 
-- New <code>EfficiencyCrit_NSE_sqrtQ()</code> function to compute NSE criterion on sqrt flows
+- New <code>EfficiencyCrit_NSE_sqrtQ()</code> function to compute NSE criterion on sqrt flows.
 
 
 #### Bug fixes
-- 
GitLab