Package: tune
Title: Tidy Tuning Tools
Version: 0.1.0
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
Depends: R (>= 2.10)
Imports: dplyr (>= 0.8.3), rlang (>= 0.4.0), tibble (>= 2.1.3), purrr
        (>= 0.3.2), dials (>= 0.0.4), recipes (>= 0.1.9), utils,
        ggplot2, glue, cli (>= 2.0.0), crayon, yardstick, rsample,
        tidyr, GPfit, foreach, parsnip (>= 0.0.4), workflows (>=
        0.1.0), hardhat (>= 0.1.0), lifecycle
Suggests: testthat, knitr, covr, kernlab, randomForest, modeldata,
        xml2, spelling
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0.9000
Language: en-US
NeedsCompilation: no
Packaged: 2020-04-02 03:55:38 UTC; max
Author: Max Kuhn [aut, cre],
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-04-02 12:30:02 UTC
