Package: tidymodels
Title: Easily Install and Load the 'Tidymodels' Packages
Version: 0.1.0
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: GPL-3 | file LICENSE
URL: https://github.com/tidymodels/tidymodels
BugReports: https://github.com/tidymodels/tidymodels/issues
Depends: R (>= 3.1)
Imports: broom (>= 0.5.4), cli (>= 2.0.1), crayon (>= 1.3.4), dials (>=
        0.0.4), dplyr (>= 0.8.4), ggplot2 (>= 3.2.1), infer (>= 0.5.1),
        magrittr (>= 1.5), parsnip (>= 0.0.5), pillar (>= 1.4.3), purrr
        (>= 0.3.3), recipes (>= 0.1.9), rlang (>= 0.4.4), rsample (>=
        0.0.5), rstudioapi (>= 0.11), tibble (>= 2.1.3), tidytext (>=
        0.2.2), tidypredict (>= 0.4.3), tidyposterior (>= 0.0.2), tune
        (>= 0.0.1), workflows (>= 0.1.0), yardstick (>= 0.0.4)
Suggests: covr, knitr, modeldata (>= 0.0.1), rmarkdown, testthat, xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2.9000
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-16 20:03:48 UTC; max
Author: Max Kuhn [aut, cre],
  Hadley Wickham [aut],
  RStudio [cph, fnd]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-02-16 21:00:02 UTC
