Skip to content

Commit a0aa2a4

Browse files
committed
safe
1 parent d26b90c commit a0aa2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/format_parameters.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ format_parameters.parameters_model <- function(model, ...) {
7979
# save some time, if model info is passed as argument
8080
dot_args <- list(...)
8181
if (is.null(dot_args$model_info)) {
82-
info <- insight::model_info(model, verbose = FALSE)
82+
info <- .safe(insight::model_info(model, verbose = FALSE))
8383
} else {
8484
info <- dot_args$model_info
8585
}

0 commit comments

Comments
 (0)