Skip to content

Commit fb6e070

Browse files
committed
fix: update recipes internal function name
1 parent 7a103fa commit fb6e070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/epi_recipe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ prep.epi_recipe <- function(
448448
"!" = "to avoid addtional warning messages."
449449
))
450450
}
451-
training <- recipes:::check_training_set(training, x, fresh)
451+
training <- recipes:::validate_training_data(training, x, fresh)
452452
training <- epi_check_training_set(training, x)
453453
training <- relocate(training, all_of(key_colnames(training)))
454454
tr_data <- recipes:::train_info(training)

0 commit comments

Comments
 (0)