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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
