Re: [R] specific package to laply

2015-05-14 Thread Jeff Newmiller
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

2015-05-14 Thread Benjamin
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