Skip to content

Commit

Permalink
import mclust::estep*()
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Jun 16, 2024
1 parent adb3587 commit ad9af3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ importFrom(ggplot2, ggplot, geom_point, theme, scale_size_continuous,
coord_fixed, geom_contour, scale_alpha, theme_minimal,
element_rect, geom_density2d, xlim, stat)

import("mclust")

importFrom("mclust", "Mclust", "mclust.options", "mclustBIC",
"estep", "estepE", "estepEEE", "estepEEI", "estepEEV",
"estepEII", "estepEVE", "estepEVI", "estepEVV", "estepV",
"estepVEE", "estepVEI", "estepVEV", "estepVII", "estepVVE",
"estepVVI", "estepVVV")

## Importing to avoid 'no visible global function definition for' NOTES
import(Biobase)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Changes in version 1.45.1

- Import 'mclust'.
- Import 'mclust::estep*()'.

## Changes in version 1.45.0

Expand Down

0 comments on commit ad9af3a

Please sign in to comment.