The future package provides facilities for registering backends for parallelization across systems with diverse types of schedulers (e.g., SLURM vs. SNOW, etc.). To make the parallelization machinery within this package easier to use, it is likely worth moving away from the use of foreach and over to future.
This directly conflicts the proposal in #18. Only one of these may be implemented.
The future package provides facilities for registering backends for parallelization across systems with diverse types of schedulers (e.g., SLURM vs. SNOW, etc.). To make the parallelization machinery within this package easier to use, it is likely worth moving away from the use of
foreach
and over tofuture
.This directly conflicts the proposal in #18. Only one of these may be implemented.