Re: [Rd] [External] setting .libPaths() with parallel::clusterCall

2020-12-23 Thread Mark van der Loo
Dear Luke, Thank you, this makes perfect sense. I find it quite hard to express this issue in a way that is both compact and understandable. In any case, below you find a proposal for an update of the documentation. Thank you again for all your work, Mark Index: src/library/parallel/man/clust

Re: [Rd] [External] setting .libPaths() with parallel::clusterCall

2020-12-22 Thread luke-tierney
On Tue, 22 Dec 2020, Mark van der Loo wrote: Dear all, It is not possible to set library paths on worker nodes with parallel::clusterCall (or snow::clusterCall) and I wonder if this is intended behavior. Example. library(parallel) libdir <- "./tmplib" if (!dir.exists(libdir)) dir.create("./tm