doFuture
1.3.0Use Foreach to Parallelize via the Future Framework
Overview
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 three ways to use this package. The recommended approach is to use 'y <- foreach(...) %do% { ... } |> futurize()' via the 'futurize' package (doi:10.48550/arXiv.2601.17578). The second alternative, which was formerly recommended, is to use 'y <- foreach(...) %dofuture% { ... }', which does not require using 'registerDoFuture()' and has many advantages over '%dopar%'. The third alternative is the traditional 'foreach' approach by registering the 'foreach' adapter 'registerDoFuture()' and so that 'y <- foreach(...) %dopar% { ... }' parallelizes with the 'future' framework.
Install
Health
- OK2026-08-0513 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- NOTE2026-08-0112 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- OK2026-03-1014 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 100%
- Documented parameters
- 100%
- Return-value docs
- 100%
- References docs
- 0%
Downloads
Repository
Stars over time
Forks over time
Issues over time
PRs over time
Commits over time
Repository practices
4 development-tooling and community-health practices detected across 4 families in the upstream repository
Checks run against github.com/futureverse/dofuture on 2026-08-09.
Dependencies
and 22 more packages.
Code & Tests
People & History
28 releases. Pick two to compare their code metrics. R releases are shown for context.
- 1.3.0Latest
- 1.2.22026-05-22 · diff ↗
- RR 4.6.0 released · 2026-04-24
- 1.2.12026-02-20 · diff ↗
- 1.2.02026-01-15 · diff ↗
- 1.1.32025-12-09 · diff ↗
- 1.1.22025-07-14 · diff ↗
- 1.1.12025-06-06 · diff ↗
- 1.1.02025-05-22 · diff ↗
- RR 4.5.0 released · 2025-04-11
- 1.0.22025-03-16 · diff ↗
- RR 4.4.0 released · 2024-04-24
- 1.0.12023-12-20 · diff ↗
- RR 4.3.0 released · 2023-04-21
- 1.0.02023-03-25 · diff ↗
- 0.12.22022-04-26 · diff ↗
Show 23 earlier events
- RR 4.2.0 released · 2022-04-22
- 0.12.12022-03-31 · diff ↗
- RR 4.1.0 released · 2021-05-18
- 0.12.02021-01-04 · diff ↗
- 0.11.02020-12-12 · diff ↗
- 0.10.02020-09-24 · diff ↗
- RR 4.0.0 released · 2020-04-24
- 0.9.02020-01-11 · diff ↗
- 0.8.22019-10-30 · diff ↗
- 0.8.12019-07-20 · diff ↗
- RR 3.6.0 released · 2019-04-26
- 0.8.02019-03-17 · diff ↗
- 0.7.02019-01-07 · diff ↗
- RR 3.5.0 released · 2018-04-23
- 0.6.02017-10-20 · diff ↗
- 0.5.12017-09-12 · diff ↗
- RR 3.4.0 released · 2017-04-21
- 0.5.02017-04-01 · diff ↗
- 0.4.02017-03-14 · diff ↗
- 0.3.02016-10-28 · diff ↗
- 0.2.12016-09-08 · diff ↗
- 0.2.02016-06-25
- RR 3.3.0 released · 2016-05-03
Package metadata
- First published
- 2016-06-25
- Total releases
- 28 / 10 yrs
- License
- Apache License (>= 2)
- Download size
- 77 KB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet
Cite
Cite this package
Run in R for the authors' preferred citation:
citation("doFuture")This is what citation() produces when a package has no citation file of its own. If it prints something else, use that.
Cite the R Observatory
For a number measured here: a download total, a coverage figure, an archival date.
From data release v2026-08-15, which the citation names so these numbers can be found later. More on citing and the projects behind them.