Re: [R-pkg-devel] doMC dependency

2017-05-16 Thread Patrick Schratz
Check the pbapply package for cross-platform apply* parallelization. Also 'future' might be worth a look (by Henrik Bengtson) although I haven't taken a closer look at it yet. On 15. May 2017, 21:09 +0200, Uwe Ligges , wrote: > The question is why you want to

[R-pkg-devel] doMC dependency

2017-05-15 Thread Christopher Lalansingh
Hi everyone, I'm preparing to release a package which uses doMC for parallelization in certain functions. I've used require(doMC) to specify this for these functions, and importFrom("doMC", "registerDoMC") in my NAMESPACE. I ran all the R CMD --as-cran checks under 3.4.0 and R-devel on