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