Commit 8ccf5935 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

refactor: fix typo in 'CreateCalibOptions' error message

No related merge requests found
Pipeline #53961 passed with stage
in 7 minutes and 14 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -29,7 +29,7 @@ CreateCalibOptions <- function(FUN_MOD,
ObjectClass <- FeatFUN_MOD$Class
if (identical(FUN_MOD, RunModel_Lag) && IsSD) {
stop("RunModel_Lag should not be used with 'isSD=TRUE'")
stop("RunModel_Lag should not be used with 'IsSD=TRUE'")
}
if (IsHyst) {
ObjectClass <- c(ObjectClass, "hysteresis")
......
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