Skip to content

Commit

Permalink
Err msg update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Nov 2, 2021
1 parent df1e3e1 commit 97fbc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,8 @@

- Bug fix for identifying the levels of a logical variable (#125)

- Updated error messaging about using `broom.helpers::tidy_paramters()` to include the package prefix. This message sometimes appears while running `gtsummary::tbl_regression()` where some users may not be aware where the `tidy_paramters()` function lives.

# broom.helpers 1.4.0

**New supported models**
Expand Down
2 changes: 1 addition & 1 deletion R/tidiers.R
Expand Up @@ -89,7 +89,7 @@ tidy_with_broom_or_parameters <- function(x, conf.int = TRUE, conf.level = .95,
} else {
# success of parameters
cli::cli_alert_success("{.code tidy_parameters()} used instead.")
cli::cli_alert_info("Add {.code tidy_fun = tidy_parameters} to quiet these messages.")
cli::cli_alert_info("Add {.code tidy_fun = broom.helpers::tidy_parameters} to quiet these messages.")
}
}
res
Expand Down

0 comments on commit 97fbc60

Please sign in to comment.