Package: tidymodels
Title: Easily Install and Load the 'Tidymodels' Packages
Version: 1.0.0
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
    person("RStudio", role = c("cph", "fnd"))
  )
Description: The tidy modeling "verse" is a collection of packages for
    modeling and statistical analysis that share the underlying design
    philosophy, grammar, and data structures of the tidyverse.
License: MIT + file LICENSE
URL: https://tidymodels.tidymodels.org,
    https://github.com/tidymodels/tidymodels
BugReports: https://github.com/tidymodels/tidymodels/issues
Depends: 
    R (>= 3.4)
Imports: 
    broom (>= 1.0.0),
    cli (>= 3.3.0),
    conflicted (>= 1.1.0),
    dials (>= 1.0.0),
    dplyr (>= 1.0.9),
    ggplot2 (>= 3.3.6),
    hardhat (>= 1.2.0),
    infer (>= 1.0.2),
    modeldata (>= 1.0.0),
    parsnip (>= 1.0.0),
    purrr (>= 0.3.4),
    recipes (>= 1.0.1),
    rlang (>= 1.0.3),
    rsample (>= 1.0.0),
    rstudioapi (>= 0.13),
    tibble (>= 3.1.7),
    tidyr (>= 1.2.0),
    tune (>= 1.0.0),
    workflows (>= 1.0.0),
    workflowsets (>= 1.0.0),
    yardstick (>= 1.0.0)
Suggests: 
    covr,
    glue,
    knitr,
    rmarkdown,
    testthat (>= 3.0.0),
    xml2
VignetteBuilder: 
    knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
