From adb358747b2bb94ba1c59b5e887cf96986aa0c39 Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Sun, 16 Jun 2024 11:40:47 +0200 Subject: [PATCH] import mclust package --- NAMESPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NAMESPACE b/NAMESPACE index 09abfd29..e4de73b8 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -51,7 +51,7 @@ importFrom(ggplot2, ggplot, geom_point, theme, scale_size_continuous, coord_fixed, geom_contour, scale_alpha, theme_minimal, element_rect, geom_density2d, xlim, stat) -importFrom("mclust") +import("mclust") ## Importing to avoid 'no visible global function definition for' NOTES