Skip to content

Commit

Permalink
suppress msg
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 22, 2024
1 parent b124795 commit e1331cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/format_formula.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#' format_formula(model, "random")
#' @export
format_formula <- function(x, what = "conditional") {
f <- insight::safe_deparse(insight::find_formula(x)[[what]])
f <- insight::safe_deparse(insight::find_formula(x, verbose = FALSE)[[what]])
paste0("formula: ", paste0(f, collapse = " + "))
}

0 comments on commit e1331cb

Please sign in to comment.