nhejazi / biotmle

:package: :microscope: R/biotmle: Targeted Learning with Moderated Statistics for Biomarker Discovery
https://code.nimahejazi.org/biotmle/
Other
4 stars 2 forks source link

Parallelization via future #31

Closed nhejazi closed 7 years ago

nhejazi commented 7 years ago

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.

nhejazi commented 7 years ago

Resolved by f494b63.