The doFuture adaptor already acknowledges foreach() argument .options.multicore = list(preschedule = TRUE/FALSE) of doParallel:::doParallelMC(), if set. For completeness, is should also acknowledges foreach() argument .options.snow = list(preschedule = TRUE/FALSE) of doParallel:::doParallelSNOW().
The doFuture adaptor already acknowledges
foreach()
argument.options.multicore = list(preschedule = TRUE/FALSE)
ofdoParallel:::doParallelMC()
, if set. For completeness, is should also acknowledgesforeach()
argument.options.snow = list(preschedule = TRUE/FALSE)
ofdoParallel:::doParallelSNOW()
.