Skip to content

Commit

Permalink
fix tidy for aggregate_list when not trained
Browse files Browse the repository at this point in the history
  • Loading branch information
abichat committed Mar 5, 2024
1 parent cb84780 commit dba16de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/aggregate_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ tidy.step_aggregate_list <- function(x, ...) {
res <-
tibble(
terms = term_names,
pv = rlang::na_dbl,
kept = rlang::na_lgl
aggregate = rlang::na_chr
)
}
# Always return the step id:
Expand Down

0 comments on commit dba16de

Please sign in to comment.