You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I would like to use some functions in the package
miceadds
while runningmice
in parallel, butparlmice
returns an error because they are not being exported.I can see that the code for
parlmice
calls:Would it be possible to change the function so that wrapper packages to
mice
such asmiceadds
ormicemd
are also exported and loaded in each cluster?Thank you,
K.
The text was updated successfully, but these errors were encountered: