Skip to content

Commit 12826a9

Browse files
committed
Fixing issue with step_collapse
1 parent c9ed2a1 commit 12826a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ importFrom(dplyr,filter)
4141
importFrom(dplyr,select)
4242
importFrom(keras3,to_categorical)
4343
importFrom(parsnip,update_dot_check)
44+
importFrom(recipes,bake)
45+
importFrom(recipes,prep)
4446
importFrom(rlang,arg_match)
4547
importFrom(rlang,dots_list)
4648
importFrom(rlang,enquos)

R/step_collapse.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#' prep()
4444
#'
4545
#' bake(rec, new_data = NULL)
46+
#' @importFrom recipes prep bake
4647
#' @export
4748
step_collapse <- function(
4849
recipe,

0 commit comments

Comments
 (0)