Rob Richmond
Rob Richmond
Hello, I'm having issues using clustermq with data.table. Here's a simple example: ``` library(data.table) library(clustermq) library(foreach) library(doParallel) nvals
Hello, I'm trying to get nested parallelism and some sort of chunking to work in a simple way with `doFuture` and `%dopar%`. Here's a simple example: ``` library(doFuture) library(future.batchtools) registerDoFuture()...
Sorry for asking here if this isn't the appropriate forum. ox-ravel has been really helpful for me so far, but I'm trying to simplify this workflow. Do you have any...