Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmayer committed Sep 12, 2024
1 parent a9128da commit e710c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/caretStack.R
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ stackedTrainResiduals <- function(object, show_class_id = 2L) {
#' @examples
#' set.seed(42)
#' data(models.reg)
#' ens <- caretStack(models.reg[1:2], method="lm")
#' ens <- caretStack(models.reg[1:2], method = "lm")
#' autoplot(ens)
# https://github.com/thomasp85/patchwork/issues/226 — why we need importFrom patchwork plot_layout
autoplot.caretStack <- function(object, training_data = NULL, xvars = NULL, show_class_id = 2L, ...) {
Expand Down
2 changes: 1 addition & 1 deletion man/autoplot.caretStack.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e710c17

Please sign in to comment.