Package: workflowsets
Title: Create a Collection of 'tidymodels' Workflows
Version: 0.0.1
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = c("aut", "cre"),
             email = "max@rstudio.com",
             comment = c(ORCID = "0000-0003-2402-136X")),
      person(given = "RStudio",
             role = "cph"))
Description: A workflow is a combination of a model and preprocessors (e.g, a 
    formula, recipe, etc.) (Kuhn and Silge (2021) <https://www.tmwr.org/>). 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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9001
Imports: rlang, tune (>= 0.1.3), withr, dplyr (>= 1.0.0), purrr, tibble
        (>= 3.1.0), vctrs, tidyr, workflows (>= 0.2.2), cli, ggplot2,
        stats, prettyunits, rsample (>= 0.0.9)
Language: en-US
Suggests: spelling, recipes (>= 0.1.15), modeldata, parsnip, testthat
        (>= 3.0.0), covr, yardstick, dials, kknn, knitr, rmarkdown
Depends: R (>= 2.10)
URL: https://github.com/tidymodels/workflowsets,
        https://workflowsets.tidymodels.org
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-17 14:30:07 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2021-03-18 15:00:02 UTC
