Package: modelenv
Title: Provide Tools to Register Models for Use in 'tidymodels'
Version: 0.1.0
Authors@R: 
    person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945"))
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.2.1.9000
Imports: glue, rlang, tibble, vctrs
Suggests: covr, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
URL: https://github.com/tidymodels/modelenv
BugReports: https://github.com/tidymodels/modelenv/issues
NeedsCompilation: no
Packaged: 2022-10-15 19:07:03 UTC; emilhvitfeldt
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-17 12:00:07 UTC
