Package: workflowsets Title: Create a Collection of 'tidymodels' Workflows Version: 1.1.1.9000 Authors@R: c( person("Hannah", "Frick", , "hannah@posit.co", role =c("aut", "cre"), comment = c(ORCID = "0000-0002-6049-5258")), person("Max", "Kuhn", , "max@posit.co", role = "aut", comment = c(ORCID = "0000-0003-2402-136X")), person("Simon", "Couch", , "simon.couch@posit.co", role = "aut", comment = c(ORCID = "0000-0001-5676-5107")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: A workflow is a combination of a model and preprocessors (e.g, a formula, recipe, etc.) (Kuhn and Silge (2021) ). In order to try different combinations of these, an object can be created that contains many workflows. There are functions to create workflows en masse as well as training them and visualizing the results. License: MIT + file LICENSE URL: https://github.com/tidymodels/workflowsets, https://workflowsets.tidymodels.org BugReports: https://github.com/tidymodels/workflowsets/issues Depends: R (>= 4.1) Imports: cli, dplyr (>= 1.0.0), generics (>= 0.1.2), ggplot2, hardhat (>= 1.2.0), lifecycle (>= 1.0.0), parsnip (>= 1.2.1), pillar (>= 1.7.0), prettyunits, purrr, rlang (>= 1.1.0), rsample (>= 0.0.9), stats, tibble (>= 3.1.0), tidyr, tune (>= 1.2.0), vctrs, withr, workflows (>= 1.1.4) Suggests: covr, dials (>= 0.1.0), finetune, kknn, knitr, modeldata, recipes (>= 1.1.0), rmarkdown, spelling, testthat (>= 3.0.0), tidyclust, yardstick (>= 1.3.0) VignetteBuilder: knitr Config/Needs/website: discrim, rpart, mda, klaR, earth, tidymodels, tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-02-24 14:09:26 UTC RemoteUrl: https://github.com/tidymodels/workflowsets RemoteRef: HEAD RemoteSha: 963b5d08554ded2e92242f28d1db7f8ae805424a NeedsCompilation: no Packaged: 2026-06-13 07:21:23 UTC; root Author: Hannah Frick [aut, cre] (ORCID: ), Max Kuhn [aut] (ORCID: ), Simon Couch [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hannah Frick