Skip to content

Commit

Permalink
Update R/depth.R
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
EmilHvitfeldt and simonpcouch authored Aug 2, 2023
1 parent db0d80a commit 1b5afd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/depth.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ bake.step_depth <- function(object, new_data, ...) {

res <- check_name(res, new_data, object, new_names)

new_data <- vec_cbind(new_data, res)
new_data <- vctrs::vec_cbind(new_data, res)
new_data <- remove_original_cols(new_data, object, col_names)
new_data
}
Expand Down

0 comments on commit 1b5afd8

Please sign in to comment.