Skip to content

Commit ff60618

Browse files
committed
missing imports
1 parent 37d67ca commit ff60618

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ VignetteBuilder: knitr
1414
Depends:
1515
R (>= 2.10)
1616
Imports:
17+
dplyr,
1718
rlang (>= 0.1.6.9003),
1819
purrr,
1920
recipes,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ importFrom(recipes,juice)
2626
importFrom(recipes,prep)
2727
importFrom(stats,as.formula)
2828
importFrom(stats,model.frame)
29+
importFrom(stats,model.matrix)
2930
importFrom(stats,model.response)
3031
importFrom(stats,terms)
3132
importFrom(utils,capture.output)

0 commit comments

Comments
 (0)