Package: tune
Title: Tidy Tuning Tools
Version: 0.1.5
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, 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),
        workflows (>= 0.2.2), yardstick (>= 0.0.7)
Suggests: covr, hardhat (>= 0.1.5), kernlab, knitr, modeldata,
        randomForest, spelling, testthat, xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9001
Language: en-US
NeedsCompilation: no
Packaged: 2021-04-22 19:45:00 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-04-23 04:30:03 UTC
