Skip to content

Expands meta-package support for tidymodels#183

Open
topepo wants to merge 1 commit into
r-lib:mainfrom
topepo:expand-meta
Open

Expands meta-package support for tidymodels#183
topepo wants to merge 1 commit into
r-lib:mainfrom
topepo:expand-meta

Conversation

@topepo

@topepo topepo commented Jan 9, 2024

Copy link
Copy Markdown
Member

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
Copy Markdown
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