Package: workflows
Title: Modeling Workflows
Version: 0.2.4
Authors@R: 
    c(person(given = "Davis",
             family = "Vaughan",
             role = c("aut", "cre"),
             email = "davis@rstudio.com"),
      person(given = "RStudio",
             role = "cph"))
Description: Managing both a 'parsnip' model and a preprocessor, such as a
    model formula or recipe from 'recipes', can often be challenging. The goal
    of 'workflows' is to streamline this process by bundling the model alongside
    the preprocessor, all within the same object.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/workflows,
        https://workflows.tidymodels.org
BugReports: https://github.com/tidymodels/workflows/issues
Depends: R (>= 3.2)
Imports: cli (>= 2.0.0), ellipsis (>= 0.2.0), generics (>= 0.1.0),
        glue, hardhat (>= 0.1.6), lifecycle (>= 1.0.0), parsnip (>=
        0.1.5), rlang (>= 0.4.1), tidyselect (>= 1.1.0), vctrs (>=
        0.3.6)
Suggests: butcher (>= 0.1.3), covr, knitr, magrittr, modeldata (>=
        0.0.2), recipes, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/Needs/website: discrim, dplyr, earth, ggplot2, mda, tidyr,
        tidyverse/tidytemplate, yardstick
NeedsCompilation: no
Packaged: 2021-10-12 17:27:22 UTC; davis
Author: Davis Vaughan [aut, cre],
  RStudio [cph]
Maintainer: Davis Vaughan <davis@rstudio.com>
Repository: CRAN
Date/Publication: 2021-10-12 17:50:02 UTC
