Package: tune
Title: Tidy Tuning Tools
Version: 1.0.0
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("RStudio", role = c("cph", "fnd"))
  )
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://tune.tidymodels.org/, https://github.com/tidymodels/tune
BugReports: https://github.com/tidymodels/tune/issues
Depends: R (>= 3.4)
Imports: cli (>= 3.3.0), dials (>= 1.0.0), dplyr (>= 1.0.8), foreach,
        generics (>= 0.1.2), ggplot2, glue (>= 1.6.2), GPfit, hardhat
        (>= 1.2.0), lifecycle (>= 1.0.0), parsnip (>= 1.0.0), purrr (>=
        0.3.2), recipes (>= 1.0.0), rlang (>= 1.0.2), rsample (>=
        1.0.0), tibble (>= 3.1.0), tidyr (>= 1.2.0), tidyselect (>=
        1.1.2), vctrs (>= 0.4.1), withr, workflows (>= 1.0.0),
        yardstick (>= 1.0.0)
Suggests: covr, kernlab, knitr, modeldata, spelling, testthat (>=
        3.0.0), xml2
Config/Needs/website: pkgdown, tidymodels, kknn, doParallel, doFuture,
        tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.0.9000
NeedsCompilation: no
Packaged: 2022-07-07 20:21:47 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph, fnd]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2022-07-07 21:00:02 UTC
