Re: [R] specific package to laply
I suggest you post using plain text to minimize communication problems on this list. I use the clusterEvalQ and cluster export functions to setup the slave processes before I start processing. --- Jeff Newmiller
[R] specific package to laply
Hi, I have a batch jobs problem for parallel code without sudo. When I try to send a package to the different nodes, as follows: .libPaths( c(.libPaths(), "/my/first/library", "/my/second/library") ) library(foreach) library(iterators) library(parallel) librar