Package: workflows
Title: Modeling Workflows
Version: 0.2.6
Authors@R: c(
    person("Davis", "Vaughan", , "davis@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = c("cph", "fnd"))
  )
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), generics (>= 0.1.2), glue, hardhat (>= 0.2.0),
        lifecycle (>= 1.0.0), parsnip (>= 0.2.0), rlang (>= 1.0.1),
        tidyselect (>= 1.1.2), vctrs (>= 0.3.8)
Suggests: butcher (>= 0.1.3), covr, dials (>= 0.1.0), knitr, magrittr,
        modeldata (>= 0.0.2), recipes (>= 0.2.0), rmarkdown, testthat
        (>= 3.0.0)
VignetteBuilder: knitr
Config/Needs/website: dplyr, earth, ggplot2, mda, tidymodels/discrim,
        tidyr, tidyverse/tidytemplate, yardstick
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-18 13:09:13 UTC; davis
Author: Davis Vaughan [aut, cre],
  RStudio [cph, fnd]
Maintainer: Davis Vaughan <davis@rstudio.com>
Repository: CRAN
Date/Publication: 2022-03-18 14:00:02 UTC
Built: R 4.0.5; ; 2022-03-19 10:50:28 UTC; unix
