Package: tidymodels
Title: Easily Install and Load the 'Tidymodels' Packages
Version: 0.1.3
Authors@R: c(
    person(given = "Max",    family = "Kuhn",    email = "max@rstudio.com",      role = c("aut", "cre")),
    person(given = "Hadley", family = "Wickham", email = "hadley@rstudio.com",   role = c("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.1)
Imports: broom (>= 0.7.6), cli (>= 2.4.0), conflicted (>= 1.0.4), dials
        (>= 0.0.9), dplyr (>= 1.0.5), ggplot2 (>= 3.3.3), infer (>=
        0.5.4), modeldata (>= 0.1.0), parsnip (>= 0.1.5), purrr (>=
        0.3.4), recipes (>= 0.1.16), rlang (>= 0.4.10), rsample (>=
        0.0.9), rstudioapi (>= 0.13), tibble (>= 3.1.0), tidyr (>=
        1.1.3), tune (>= 0.1.3), workflows (>= 0.2.2), workflowsets (>=
        0.0.2), yardstick (>= 0.0.8)
Suggests: covr, glue, knitr, rmarkdown, testthat, xml2
Encoding: UTF-8
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-19 02:18:42 UTC; max
Author: Max Kuhn [aut, cre],
  Hadley Wickham [aut],
  RStudio [cph, fnd]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2021-04-19 15:40:02 UTC
