Skip to content

Commit

Permalink
move back into function!
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Dec 6, 2024
1 parent e469ea5 commit a2d06f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/blueprint-formula-default.R
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,9 @@ run_mold.default_formula_blueprint <- function(blueprint, ..., data, call = call
# ------------------------------------------------------------------------------
# mold - formula - clean

check_data_frame_or_matrix(data)
mold_formula_default_clean <- function(blueprint, data, ..., call = caller_env()) {
check_dots_empty0(...)
check_data_frame_or_matrix(data, call = call)
data <- coerce_to_tibble(data)

# Check here, not in the constructor, because we
Expand Down

0 comments on commit a2d06f0

Please sign in to comment.