Skip to content

doFuture

1.3.0

Use Foreach to Parallelize via the Future Framework

70packages depend
290.7Kdownloads / year
91.5%test coverage
13/13checks pass

Overview

About
Maintained by Henrik BengtssonFirst published 2016-06-2528 releasesCRAN page ↗GitHub ↗

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

CRAN checks
13OK
Slowest check: 5.8 min · r-oldrel-macos-x86_64
Code health
Yes
Tests · ratio 0.06
91.5%
Coverage · measured lines
67%
Documentation · exports
7
Dependencies · direct
Check history
  • OK2026-08-05
    13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • NOTE2026-08-01
    12 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • OK2026-03-10
    14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE

Documentation

Documentation
READMENoVignettesNopkgdown siteNoNEWSYes · 100% structuredCode of conductNoContributing guideNo
Examples that run
100%
Documented parameters
100%
Return-value docs
100%
References docs
0%

Downloads

290.7K
CRAN downloads in the past year
Rank #817 · ~796/day · ~24.2K/mo
Daily download trend is not available in this view yet.
19K30 days
61.2K90 days
290.7K1 year
Compare downloads with other packages →
Also on11.2K r2u126 autocran17.9K conda_forge70 c2d4u

Repository

Repository
83Stars
7Forks
4Open issues
0Open PRs
0Releases
914Commits
4Contributors
rpackagecranforeachparalleldistributed-computinghpchpc-clusters
914 commits · Last activity 2026-08-03 · 0% stars, 30d

Stars over time

2025-07-22 · 832026-07-07 · 83

Repository practices

Upstream repositoryBeta

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.

Continuous integration (1)
GitHub Actions
Reproducibility and dev environment (1)
Makefile
CRAN release process (1)
revdep/
Governance and community (1)
Issue templates
How this is detected·Detection ruleset v1 (2026-07-18)

Dependencies

Declared dependencies
8 external dependencies (excludes base and recommended)
Depends (2)
Imports (5)
LinkingTo (0)
none
Suggests (3)
Enhances (0)
none

Code & Tests

People & History

People (1)
Maintainer (1)
Author, Maintainer, Copyright holder
Authors (1)
Author, Maintainer, Copyright holder
Copyright holders (1)
Author, Maintainer, Copyright holder
Package Timeline

28 releases. Pick two to compare their code metrics. R releases are shown for context.

  • 1.3.0Latest
    2026-08-03 · current release · diff ↗
  • 1.2.2
    2026-05-22 · diff ↗
  • R
    R 4.6.0 released · 2026-04-24
  • 1.2.1
    2026-02-20 · diff ↗
  • 1.2.0
    2026-01-15 · diff ↗
  • 1.1.3
    2025-12-09 · diff ↗
  • 1.1.2
    2025-07-14 · diff ↗
  • 1.1.1
    2025-06-06 · diff ↗
  • 1.1.0
    2025-05-22 · diff ↗
  • R
    R 4.5.0 released · 2025-04-11
  • 1.0.2
    2025-03-16 · diff ↗
  • R
    R 4.4.0 released · 2024-04-24
  • 1.0.1
    2023-12-20 · diff ↗
  • R
    R 4.3.0 released · 2023-04-21
  • 1.0.0
    2023-03-25 · diff ↗
  • 0.12.2
    2022-04-26 · diff ↗
Show 23 earlier events
  • R
    R 4.2.0 released · 2022-04-22
  • 0.12.1
    2022-03-31 · diff ↗
  • R
    R 4.1.0 released · 2021-05-18
  • 0.12.0
    2021-01-04 · diff ↗
  • 0.11.0
    2020-12-12 · diff ↗
  • 0.10.0
    2020-09-24 · diff ↗
  • R
    R 4.0.0 released · 2020-04-24
  • 0.9.0
    2020-01-11 · diff ↗
  • 0.8.2
    2019-10-30 · diff ↗
  • 0.8.1
    2019-07-20 · diff ↗
  • R
    R 3.6.0 released · 2019-04-26
  • 0.8.0
    2019-03-17 · diff ↗
  • 0.7.0
    2019-01-07 · diff ↗
  • R
    R 3.5.0 released · 2018-04-23
  • 0.6.0
    2017-10-20 · diff ↗
  • 0.5.1
    2017-09-12 · diff ↗
  • R
    R 3.4.0 released · 2017-04-21
  • 0.5.0
    2017-04-01 · diff ↗
  • 0.4.0
    2017-03-14 · diff ↗
  • 0.3.0
    2016-10-28 · diff ↗
  • 0.2.1
    2016-09-08 · diff ↗
  • 0.2.0
    2016-06-25
  • R
    R 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")
Bengtsson, H. (2026). doFuture: Use Foreach to Parallelize via the Future Framework (Version 1.3.0) [Computer software]. https://doi.org/10.32614/CRAN.package.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.

APA

Balamuta, J. J. (2026). R Observatory: Metrics for doFuture version 1.3.0 [Data set]. HJJB, LLC. Data release v2026-08-15. https://doi.org/10.5281/zenodo.21843040

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.

Report a problem with this page →

Privacy choices

These apply to this browser and are stored on this device only. Nothing about your choice is sent to us.

Read the privacy policy