Skip to content

Commit

Permalink
forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 5, 2023
1 parent fc19479 commit d14e4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ augment_newdata <- function(x, data, newdata, .se_fit, interval = NULL, ...) {
# this version adds a terms column
broom_confint <- function(x, ...) {
# warn on arguments silently being ignored
ellipsis::check_dots_used()
rlang::check_dots_used()
ci <- suppressMessages(confint(x, ...))

# confint called on models with a single predictor
Expand Down

0 comments on commit d14e4ff

Please sign in to comment.