diff --git a/R/utils.R b/R/utils.R index e17b5f3f0..9cee1ae52 100644 --- a/R/utils.R +++ b/R/utils.R @@ -274,6 +274,7 @@ #' @keywords internal .clean_distributional <- function (d) { + insight::check_if_installed("distributional") nm <- format(d) attributes(d) <- NULL names(d) <- nm