Michael Schubert

Results 73 comments of Michael Schubert

Testing this on `0.9.2.9000` using SSH: ```r fx = function(NUM) clustermq::Q(function(x) sum(x), x=list(rnorm(NUM)), n_jobs = 1) sapply(c(2.5e7, 5e7, 1e8, 2e8, 4e8), fx) ``` | Number of `rnorm` | Data size...

We'll likely move from `foreach::getexports` to `globals::globalsOf` to better identify variables required to be exported for `foreach` runs. That said, neiter option currently identifies the S3 handler to be required....

I assume this has been fixed with the more recent stable releases. Please reopen if not.