We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206b9ec commit 4f3ff0aCopy full SHA for 4f3ff0a
R/commonMachineLearningRegression.R
@@ -535,8 +535,8 @@
535
table$addFootnote(gettextf("The model is saved as <i>%1$s</i>.", basename(options[["savePath"]])))
536
} else if (!identical(saveResult[["error"]], "success")) {
537
table$addFootnote(gettextf("The model could not be saved because the following error occured: %s", saveResult[["error"]][["message"]]))
538
- } else if (!isTRUE(saveResult[["exists"]]) && !is.null(saveResult[["error"]])) {
539
- table$addFootnote(gettextf("The model could not be saved because an unexpected error occured."))
+ } else if (!isTRUE(saveResult[["exists"]])) {
+ table$addFootnote(gettext("The model could not be saved because an unexpected error occured."))
540
}
541
542
0 commit comments