Package: modelenv Title: Provide Tools to Register Models for Use in 'tidymodels' Version: 0.2.0.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: An developer focused, low dependency package in 'tidymodels' that provides functions to register how models are to be used. Functions to register models are complimented with accessor functions to retrieve registered model information to aid in model fitting and error handling. License: MIT + file LICENSE URL: https://github.com/tidymodels/modelenv, http://modelenv.tidymodels.org/ BugReports: https://github.com/tidymodels/modelenv/issues Depends: R (>= 4.1) Imports: cli, glue, rlang (>= 1.1.0), tibble, vctrs Suggests: covr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-24 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-11-14 09:32:37 UTC RemoteUrl: https://github.com/tidymodels/modelenv RemoteRef: HEAD RemoteSha: b18f97d17c07694f60188bcbb00fafa9318e1c19 NeedsCompilation: no Packaged: 2026-06-12 08:28:04 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Emil Hvitfeldt