From 87e84efd4ec13e97872dd579305901a7ba541f46 Mon Sep 17 00:00:00 2001 From: "Mattan S. Ben-Shachar" Date: Fri, 6 Sep 2024 23:16:52 +0300 Subject: [PATCH] Update utils.R --- R/utils.R | 1 + 1 file changed, 1 insertion(+) 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