Package: tune
Title: Tidy Tuning Tools
Version: 0.1.2
Authors@R: c(
    person(given = "Max", family = "Kuhn", email = "max@rstudio.com", role = c("aut", "cre")),
    person("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: dplyr (>= 1.0.0), rlang (>= 0.4.0), tibble (>= 2.1.3), purrr
        (>= 0.3.2), dials (>= 0.0.9), recipes (>= 0.1.15), utils,
        ggplot2, glue, cli (>= 2.0.0), yardstick (>= 0.0.7), rsample
        (>= 0.0.8), tidyr, GPfit, foreach, parsnip (>= 0.1.4),
        workflows (>= 0.2.1), hardhat (>= 0.1.5), vctrs (>= 0.3.0),
        generics (>= 0.1.0)
Suggests: testthat, knitr, covr, kernlab, randomForest, modeldata,
        xml2, spelling
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
Language: en-US
NeedsCompilation: no
Packaged: 2020-11-15 18:15:53 UTC; max
Author: Max Kuhn [aut, cre],
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-11-17 08:40:02 UTC
