-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
66 lines (66 loc) · 1.72 KB
/
DESCRIPTION
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: workflows
Title: Modeling Workflows
Version: 1.1.4.9000
Authors@R: c(
person("Davis", "Vaughan", , "davis@posit.co", role = "aut"),
person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5676-5107")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Managing both a 'parsnip' model and a preprocessor, such as a
model formula or recipe from 'recipes', can often be challenging. The
goal of 'workflows' is to streamline this process by bundling the
model alongside the preprocessor, all within the same object.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/workflows,
https://workflows.tidymodels.org
BugReports: https://github.com/tidymodels/workflows/issues
Depends:
R (>= 4.0)
Imports:
cli (>= 3.3.0),
generics (>= 0.1.2),
glue (>= 1.6.2),
hardhat (>= 1.3.1.9000),
lifecycle (>= 1.0.3),
modelenv (>= 0.1.0),
parsnip (>= 1.2.1.9000),
rlang (>= 1.1.0),
tidyselect (>= 1.2.0),
sparsevctrs (>= 0.1.0.9002),
vctrs (>= 0.4.1),
withr
Suggests:
butcher (>= 0.2.0),
tailor (>= 0.0.0.9001),
covr,
dials (>= 1.0.0),
glmnet,
knitr,
magrittr,
Matrix,
methods,
modeldata (>= 1.0.0),
probably,
recipes (>= 1.0.10.9000),
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website:
dplyr,
ggplot2,
tidyr,
tidyverse/tidytemplate,
yardstick
Remotes:
tidymodels/dials,
tidymodels/recipes,
tidymodels/parsnip,
tidymodels/probably,
tidymodels/tailor,
r-lib/sparsevctrs
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2