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

Expands meta-package support for tidymodels #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

topepo
Copy link
Member

@topepo topepo commented Jan 9, 2024

Closes #173

@EmilHvitfeldt

downlit:::add_depends("tidymodels")
#>  [1] "tidymodels"   "broom"        "dials"        "dplyr"        "ggplot2"     
#>  [6] "infer"        "modeldata"    "parsnip"      "purrr"        "recipes"     
#> [11] "rsample"      "tibble"       "tidyr"        "tune"         "workflows"   
#> [16] "workflowsets" "yardstick"    "scales"

Created on 2024-01-09 with reprex v2.0.2

@topepo topepo marked this pull request as ready for review January 9, 2024 23:29
@EmilHvitfeldt
Copy link
Member

looking good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Special case library(tidymodels)
2 participants