Hi Christian,
in your NAMESPACE you import both mvtnorm and mclust completely. The
warning should go away if you change this to importFrom(...) with only
the methods you actually need, in particular dmvnorm either from
mvtnorm or from mclust. Alternatively, you could leave out the imports
and alwa
Dear list,
I'm maintainer of the fpc package and got an email that I need to
replace a warning that has come up. The warning is:
"Warning: replacing previous import ‘mclust::dmvnorm’ by
‘mvtnorm::dmvnorm’ when loading ‘fpc’"
Back story: A few month ago I was contacted by the maintainer of mclu