Package: usemodels
Title: Boilerplate Code for 'Tidymodels' Analyses
Version: 0.1.0
Authors@R: 
    c(
    person(
        given = "Max",
        family = "Kuhn",
        email = "max@rstudio.com",
        comment = c(ORCID = "0000-0003-2402-136X"),
        role = c("aut", "cre")
        ),
    person("RStudio", role = "cph"))
Description: Code snippets to fit models using the tidymodels framework can be easily created for a given data set. 
URL: https://usemodels.tidymodels.org/,
        https://github.com/tidymodels/usemodels
BugReports: https://github.com/tidymodels/usemodels/issues
License: MIT + file LICENSE
Suggests: testthat, spelling, covr, palmerpenguins
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
Language: en-US
Imports: tune (>= 0.1.2), cli, recipes (>= 0.1.15), rlang, purrr,
        dplyr, tidyr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2020-11-16 18:38:18 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: 2020-11-17 13:20:02 UTC
