Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix GHA failure for Windows and R 3.6.3 #210

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Suggests:
nnet,
ranger,
rmarkdown,
SuperLearner,
testthat (>= 3.0.0),
workflowsets (>= 0.1.0)
VignetteBuilder:
Expand Down
2 changes: 1 addition & 1 deletion R/blend_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' Note that a regularized linear model is one of many possible
#' learning algorithms that could be used to fit a stacked ensemble
#' model. For implementations of additional ensemble learning algorithms, see
#' [h2o::h2o.stackedEnsemble()] and [SuperLearner::SuperLearner()].
#' [h2o::h2o.stackedEnsemble()] and `SuperLearner::SuperLearner()`.
#'
#' @param data_stack A `data_stack` object
#' @param penalty A numeric vector of proposed values for total amount of
Expand Down
2 changes: 1 addition & 1 deletion man/blend_predictions.Rd

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

Loading