Skip to content

Commit b85e43a

Browse files
dshemetovdajmcdon
andcommitted
Update R/new_epipredict_steps/step_yeo_johnson.R
Co-authored-by: Daniel McDonald <[email protected]>
1 parent 6887faf commit b85e43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/new_epipredict_steps/step_yeo_johnson.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ step_epi_YeoJohnson_new <- function(
160160
prep.step_epi_YeoJohnson <- function(x, training, info = NULL, ...) {
161161
# Check that the columns selected for transformation are numeric.
162162
col_names <- recipes_eval_select(x$terms, training, info)
163-
check_type(training[, col_names], types = c("double", "integer"))
163+
recipes::check_type(training[, col_names], types = c("double", "integer"))
164164

165165
lambdas <- get_lambdas_yj_table(
166166
training,

0 commit comments

Comments
 (0)