-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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