Skip to content

Engine and extension installs #1157

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

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Engine and extension installs #1157

merged 4 commits into from
Aug 29, 2024

Conversation

topepo
Copy link
Member

@topepo topepo commented Aug 18, 2024

Closes #1156

Updates the existing (internal) install_engine_packages() and calls it when knir_engine_docs() is executed.

@topepo topepo marked this pull request as ready for review August 18, 2024 20:49
Copy link
Contributor

@simonpcouch simonpcouch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐝

install_engine_packages <- function(extension = TRUE, extras = TRUE,
ignore_pkgs = c("stats", "liquidSVM",
"parsnip")) {
bio_pkgs <- c()
extensions_packages <- extensions()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this now outside of the if (extension) conditional? I don't believe it's newly used outside of it.

topepo and others added 2 commits August 25, 2024 11:00
Co-authored-by: Simon P. Couch <simonpatrickcouch@gmail.com>
@topepo topepo merged commit 2f19f8b into main Aug 29, 2024
9 of 10 checks passed
@topepo topepo deleted the engine-extension-installs branch August 29, 2024 18:23
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make it easier to run engine documentation
2 participants