-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.46 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
Package: tidyflow
Title: Modeling Tidyflows
Version: 0.1.0.9000
Authors@R:
c(person(given = "Jorge",
family = "Cimentada",
role = c("aut", "cre"),
email = "cimentadaj@gmail.com",
comment = c(ORCID = "0000-0001-5594-1156")),
person(given = "Davis",
family = "Vaughan",
role = c("aut"),
email = "davis@rstudio.com"),
person(given = "RStudio",
role = "cph"))
Description: Managing a modeling flow such as data, training/testing splitting, resampling, preprocessing and statistical modelling can often be challenging. The goal of 'tidyflow' is to streamline this process by bundling your tidyflow in the same object, making it a mutable plan for exploratory modeling.
License: MIT + file LICENSE
URL: https://github.com/cimentadaj/tidyflow
BugReports: https://github.com/cimentadaj/tidyflow/issues
Depends:
R (>= 3.2)
Imports:
cli (>= 2.0.0),
ellipsis (>= 0.2.0),
generics (>= 0.0.2),
glue (>= 1.4.0),
hardhat (>= 0.1.2),
parsnip (>= 0.1.3),
rlang (>= 0.4.1),
tune (>= 0.1.0),
rsample (>= 0.0.6),
dials (>= 0.0.6),
tibble (>= 3.0.1),
workflows (>= 0.1.3)
Suggests:
covr,
knitr,
recipes,
rmarkdown,
testthat (>= 2.3.0),
glmnet,
randomForest,
tidymodels,
nycflights13,
timeDate
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0