HenrikBengtsson / doFuture

:rocket: R package: doFuture - Use Foreach to Parallelize via Future Framework
https://doFuture.futureverse.org
84 stars 6 forks source link

Have doFuture recognize also `.options.snow = list(preschedule = TRUE/FALSE)` #54

Closed HenrikBengtsson closed 4 years ago

HenrikBengtsson commented 4 years ago

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().