Skip to content

Commit e1331cb

Browse files
committed
suppress msg
1 parent b124795 commit e1331cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/format_formula.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#' format_formula(model, "random")
1818
#' @export
1919
format_formula <- function(x, what = "conditional") {
20-
f <- insight::safe_deparse(insight::find_formula(x)[[what]])
20+
f <- insight::safe_deparse(insight::find_formula(x, verbose = FALSE)[[what]])
2121
paste0("formula: ", paste0(f, collapse = " + "))
2222
}

0 commit comments

Comments
 (0)