Package: usemodels Title: Boilerplate Code for 'Tidymodels' Analyses Version: 0.2.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) 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 Depends: R (>= 4.1) 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 Config/usethis/last-upkeep: 2025-04-27 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-11-14 09:35:29 UTC RemoteUrl: https://github.com/tidymodels/usemodels RemoteRef: HEAD RemoteSha: 34211a8b19746685f0c6f2fd8d8111561ec4130d NeedsCompilation: no Packaged: 2026-07-03 17:42:28 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Max Kuhn