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.
I would like to use some functions in the package
miceaddswhile runningmicein parallel, butparlmicereturns an error because they are not being exported.I can see that the code for
parlmicecalls:Would it be possible to change the function so that wrapper packages to
micesuch asmiceaddsormicemdare also exported and loaded in each cluster?Thank you,
K.