Package: modelenv
Title: Provide Tools to Register Models for Use in 'tidymodels'
Version: 0.2.0
Authors@R: c(
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person(given = "Posit Software, PBC", role = c("cph", "fnd"))
  )
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
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, glue, rlang (>= 1.1.0), tibble, vctrs
Suggests: covr, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
URL: https://github.com/tidymodels/modelenv,
        http://modelenv.tidymodels.org/
BugReports: https://github.com/tidymodels/modelenv/issues
NeedsCompilation: no
Packaged: 2024-10-14 16:06:27 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Posit Software, PBC [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2024-10-14 16:30:02 UTC
Built: R 4.3.3; ; 2024-10-14 17:03:38 UTC; unix
