We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d67ca commit ff60618Copy full SHA for ff60618
DESCRIPTION
@@ -14,6 +14,7 @@ VignetteBuilder: knitr
14
Depends:
15
R (>= 2.10)
16
Imports:
17
+ dplyr,
18
rlang (>= 0.1.6.9003),
19
purrr,
20
recipes,
NAMESPACE
@@ -26,6 +26,7 @@ importFrom(recipes,juice)
26
importFrom(recipes,prep)
27
importFrom(stats,as.formula)
28
importFrom(stats,model.frame)
29
+importFrom(stats,model.matrix)
30
importFrom(stats,model.response)
31
importFrom(stats,terms)
32
importFrom(utils,capture.output)
0 commit comments