Additional question: the plyr package mentions that parallel computation can
be set up using the parallel computing backend from 'foreach'.

Is this limited to executing the following two lines on a UNIX machine 
(source  
http://cran.r-project.org/web/packages/doMC/.../gettingstartedMC.pdf
gettingStartedDoMC.txt ):
library(doMC)
registerDoMC()

Or should anything else be done too?

Thanks for help,

Adi



--
View this message in context: 
http://r.789695.n4.nabble.com/parallel-computation-in-plyr-1-7-tp4289556p4289665.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to