Skip to content
Prev 1566 / 12125 Next

[R-pkg-devel] doMC dependency

On Mon, 2017-05-15 at 16:09 +0000, Christopher Lalansingh wrote:
I'd suggest using doParallel instead of doMC if you want your package
to work on Windows too.  the 'parallel' package uses forking clusters
on *nix and TCP/snow style clusters on Windows. ?

You'll need to do a little work to detect things, or give users
instructions for initializing a cluster, but it should work.