Commit 91cdf61a authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

refactor: remove the use of match.fun from .GetFeatModel

Refs #106
Showing with 0 additions and 1 deletion
+0 -1
......@@ -27,7 +27,6 @@
## function to extract model features
.GetFeatModel <- function(FUN_MOD, DatesR) {
FeatMod <- .FeatModels()
FUN_MOD <- match.fun(FUN_MOD)
NameFunMod <- ifelse(test = FeatMod$Pkg %in% "airGR",
yes = paste("RunModel", FeatMod$NameMod, sep = "_"),
no = FeatMod$NameMod)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment