mice icon indicating copy to clipboard operation
mice copied to clipboard

Please export mice wrapper packages too in parlmice

Open KaiserDominici opened this issue 5 years ago • 0 comments

I would like to use some functions in the package miceadds while running mice in parallel, but parlmice returns an error because they are not being exported.

I can see that the code for parlmice calls:

parallel::clusterEvalQ(cl, library(mice))

Would it be possible to change the function so that wrapper packages to mice such as miceadds or micemd are also exported and loaded in each cluster?

Thank you,

K.

KaiserDominici avatar Aug 16 '18 12:08 KaiserDominici