On Feb 17, 2011, at 11:40 AM, Alaios wrote: > ...Is it possible to split work in many cores in R and if yes how is this > library called?
I'd recommend the "mclapply" function in the "multicore" package. The only drawback is that you can't run your code in a GUI any more. Ben Haller McGill University ______________________________________________ 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.