Skip to content

doFuture

Use Foreach to Parallelize via the Future Framework

v1.2.1 · Feb 19, 2026 · LGPL (>= 2.1)

Description

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.

Downloads

20.4K

Last 30 days

850th

70.5K

Last 90 days

378.2K

Last year

Trend: -19.1% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (64)

depends

Dependency Network

Dependencies Reverse dependencies foreach future future.apply globals iterators distantia EQRN GeDS GeoModels LWFBrook90R PowRPriori SEQTaRget SharkDemography TAD WARDEN WeightedCluster antaresEditObject baskexact basksim binaryRL +49 more reverse deps doFuture

Version History

new 1.2.1 Mar 10, 2026
updated 1.2.1 ← 1.2.0 diff Feb 19, 2026
updated 1.2.0 ← 1.1.3 diff Jan 14, 2026
updated 1.1.3 ← 1.1.2 diff Dec 8, 2025
updated 1.1.2 ← 1.1.1 diff Jul 13, 2025
updated 1.1.1 ← 1.1.0 diff Jun 5, 2025
updated 1.1.0 ← 1.0.2 diff May 21, 2025
updated 1.0.2 ← 1.0.1 diff Mar 15, 2025
updated 1.0.1 ← 1.0.0 diff Dec 19, 2023
updated 1.0.0 ← 0.12.2 diff Mar 24, 2023
updated 0.12.2 ← 0.12.1 diff Apr 25, 2022
updated 0.12.1 ← 0.12.0 diff Mar 30, 2022
updated 0.12.0 ← 0.11.0 diff Jan 3, 2021
updated 0.11.0 ← 0.10.0 diff Dec 11, 2020
updated 0.10.0 ← 0.9.0 diff Sep 23, 2020
updated 0.9.0 ← 0.8.2 diff Jan 10, 2020
updated 0.8.2 ← 0.8.1 diff Oct 29, 2019
updated 0.8.1 ← 0.8.0 diff Jul 19, 2019
updated 0.8.0 ← 0.7.0 diff Mar 16, 2019
updated 0.7.0 ← 0.6.0 diff Jan 6, 2019