From 6fc1f3c99496d7c20c39c5efdebac8b26bd09b58 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Mon, 22 Oct 2018 17:47:15 +0200 Subject: [PATCH] v1.1.2.11 NEW: ErrorCrit_NSE returns classes NSE and ErrorCrit --- DESCRIPTION | 2 +- R/ErrorCrit_NSE.R | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9a9bf506..2545aa67 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.1.2.10 +Version: 1.1.2.11 Date: 2018-10-22 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/R/ErrorCrit_NSE.R b/R/ErrorCrit_NSE.R index 6d694c5a..881da724 100644 --- a/R/ErrorCrit_NSE.R +++ b/R/ErrorCrit_NSE.R @@ -138,5 +138,7 @@ ErrorCrit_NSE <- function(InputsCrit, OutputsModel, warnings = TRUE, verbose = T CritBestValue = CritBestValue, Multiplier = Multiplier, Ind_notcomputed = Ind_TS_ignore) + + class(OutputsCrit) <- c("NSE", "ErrorCrit") return(OutputsCrit) } -- GitLab