parallelsugar: An implementation of mclapply for Windows
An easy way to run R code in parallel on a multicore system is with the mclapply() function. Unfortunately, mclapply() does not work on Windows machines because the mclapply() implementation relies on forking and Windows does not support forking. Previously, I published a hackish solution that implemented a fake mclapply() ... [Read more...]