You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authors@R: person("Nathan", "VanHoudnos", , "[email protected]", role = c("aut", "cre"))
Description: The simplest syntax for embarrassingly parallel computation in R is the mclapply() function from the parallel package. Unfortunately, mclapply() does not work on Windows machines because the mclapply() implementation relies on forking and Windows does not support forking. This package implements the mclapply() syntax for Windows as a wrapper to a parLapply() call on a socket based cluster transparently constructed in the background.