From 687a5870b775dbfb889d2fafd54919f9e34b4a33 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 16 Oct 2018 11:42:25 +0200 Subject: [PATCH] v1.0.15.7 CLEAN: remove blank line from CreateRunOptions --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- R/CreateRunOptions.R | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b7dafee3..361f3228 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.0.15.6 +Version: 1.0.15.7 Date: 2018-10-16 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 f45cdae8..8c706fa5 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.0.15.6 Release Notes (2018-10-16) +### 1.0.15.7 Release Notes (2018-10-16) diff --git a/R/CreateRunOptions.R b/R/CreateRunOptions.R index 57c7bfef..66c5539f 100644 --- a/R/CreateRunOptions.R +++ b/R/CreateRunOptions.R @@ -152,7 +152,6 @@ CreateRunOptions <- function(FUN_MOD, InputsModel, IndPeriod_WarmUp = NULL, IndP } if (!is.null(WTxt) & verbose) { warning(WTxt) - } -- GitLab