Package: tune
Title: Tidy Tuning Tools
Version: 0.1.6
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = c("aut", "cre"),
             email = "max@rstudio.com",
             comment = c(ORCID = "0000-0003-2402-136X")),
      person(given = "RStudio",
             role = "cph"))
Description: The ability to tune models is important. 'tune' contains
    functions and classes to be used in conjunction with other
    'tidymodels' packages for finding reasonable values of
    hyper-parameters in models, pre-processing methods, and
    post-processing steps.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/tune, https://tune.tidymodels.org
Depends: R (>= 2.10)
Imports: cli (>= 2.0.0), dials (>= 0.0.9), dplyr (>= 1.0.0), foreach,
        generics (>= 0.1.0), ggplot2, glue, GPfit, hardhat (>= 0.1.6),
        lifecycle (>= 1.0.0), parsnip (>= 0.1.4), purrr (>= 0.3.2),
        recipes (>= 0.1.15), rlang (>= 0.4.0), rsample (>= 0.0.9),
        tibble (>= 3.1.0), tidyr, vctrs (>= 0.3.0), withr, workflows
        (>= 0.2.3), yardstick (>= 0.0.7)
Suggests: covr, kernlab, knitr, modeldata, randomForest, spelling,
        testthat, xml2
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1.9000
NeedsCompilation: no
Packaged: 2021-07-21 13:55:51 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2021-07-21 14:40:06 UTC
