From ec243d37f2e8cb88b0d78796664ad3b20465d647 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Wed, 14 Oct 2020 17:09:23 +0200 Subject: [PATCH] v1.6.3.9 style: minor typo revision in RunModel Refs #34 --- DESCRIPTION | 2 +- NEWS.md | 2 +- R/RunModel.R | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbcb70e4..55652416 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.8 +Version: 1.6.3.9 Date: 2020-10-14 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index ed43ae1d..e229e4cb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ ## Release History of the airGR Package -### 1.6.3.8 Release Notes (2020-10-14) +### 1.6.3.9 Release Notes (2020-10-14) #### New features diff --git a/R/RunModel.R b/R/RunModel.R index c4eeebc9..795c3901 100644 --- a/R/RunModel.R +++ b/R/RunModel.R @@ -1,4 +1,4 @@ -RunModel <- function (InputsModel, RunOptions, Param, FUN_MOD) { +RunModel <- function(InputsModel, RunOptions, Param, FUN_MOD) { FUN_MOD <- match.fun(FUN_MOD) -- GitLab