doFuture
Use Foreach to Parallelize via the Future Framework
The 'future' package provides a unifying parallelization framework for R that supports many parallel and distributed backends <doi:10.32614/RJ-2021-048>. The 'foreach' package provides a powerful API for iterating over an R expression in parallel. The 'doFuture' package brings the best of the two together. There are two alternative ways to use this package. The recommended approach is to use 'y <- foreach(...) %dofuture% { ... }', which does not require using 'registerDoFuture()' and has many advantages over '%dopar%'. The alternative is the traditional 'foreach' approach by registering the 'foreach' adapter 'registerDoFuture()' and so that 'y <- foreach(...) %dopar% { ... }' runs in parallelizes with the 'future' framework.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.2.1 |
rolling linux/jammy R-4.5 | doFuture_1.2.1.tar.gz |
170.3 KiB |
1.2.1 |
rolling linux/noble R-4.5 | doFuture_1.2.1.tar.gz |
170.2 KiB |
1.2.1 |
rolling source/ R- | doFuture_1.2.1.tar.gz |
77.1 KiB |
1.2.1 |
latest linux/jammy R-4.5 | doFuture_1.2.1.tar.gz |
170.3 KiB |
1.2.1 |
latest linux/noble R-4.5 | doFuture_1.2.1.tar.gz |
170.2 KiB |
1.2.1 |
latest source/ R- | doFuture_1.2.1.tar.gz |
77.1 KiB |
1.2.1 |
2026-04-26 source/ R- | doFuture_1.2.1.tar.gz |
77.1 KiB |
1.2.1 |
2026-04-23 source/ R- | doFuture_1.2.1.tar.gz |
77.1 KiB |
1.2.1 |
2026-04-09 windows/windows R-4.5 | doFuture_1.2.1.zip |
194.5 KiB |
1.0.2 |
2025-04-20 source/ R- | doFuture_1.0.2.tar.gz |
61.3 KiB |