Package: tune
Title: Tidy Tuning Tools
Version: 0.2.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 (>= 2.0.0), dials (>= 0.0.10), dplyr (>= 1.0.0), foreach,
        generics (>= 0.1.2), ggplot2, glue, GPfit, hardhat (>= 0.2.0),
        lifecycle (>= 1.0.0), parsnip (>= 0.2.0), purrr (>= 0.3.2),
        recipes (>= 0.2.0), rlang (>= 0.4.0), rsample (>= 0.0.9),
        tibble (>= 3.1.0), tidyr, vctrs (>= 0.3.0), withr, workflows
        (>= 0.2.5), yardstick (>= 0.0.7)
Suggests: covr, kernlab, knitr, modeldata, spelling, testthat (>=
        3.0.0), xml2
Config/Needs/website: pkgdown, tidymodels, kknn, doParallel,
        tidyverse/tidytemplate
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-03-17 14:57:20 UTC; maxkuhn
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-03-19 00:40:02 UTC
