clusterCall(cluster, .libPaths, new=libs) However,this does notwork. I have not spent any time figuring out why, but presumably the side effect caused by.libPaths()is sent to the wrong place. Here are the internals of.libPaths(). > .libPaths function (new) { if (!missing(new)) { n...