Package: usemodels
Title: Boilerplate Code for 'Tidymodels' Analyses
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 = "cph")
  )
Description: Code snippets to fit models using the tidymodels framework
    can be easily created for a given data set.
License: MIT + file LICENSE
URL: https://usemodels.tidymodels.org/,
        https://github.com/tidymodels/usemodels
BugReports: https://github.com/tidymodels/usemodels/issues
Imports: cli, clipr, dplyr, purrr, recipes (>= 0.1.15), rlang, tidyr,
        tune (>= 0.1.2)
Suggests: covr, modeldata, spelling, testthat
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-02-18 20:14:14 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: 2022-02-18 22:10:02 UTC
Built: R 4.6.0; ; 2025-08-20 16:42:55 UTC; unix
