Other packages > Find by keyword >

doFuture  

Use Foreach to Parallelize via the Future Framework
View on CRAN: Click here


Download and install doFuture package within the R console
Install from CRAN:
install.packages("doFuture")

Install from Github:
library("remotes")
install_github("cran/doFuture")

Install by package version:
library("remotes")
install_version("doFuture", "1.2.0")



Attach the package and use:
library("doFuture")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-06-25
Latest Update: 2025-07-14
Description:
The 'future' package provides a unifying parallelization framework for R that supports many parallel and distributed backends. 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.
How to cite:
Henrik Bengtsson (2016). doFuture: Use Foreach to Parallelize via the Future Framework. R package version 1.2.0, https://cran.r-project.org/web/packages/doFuture. Accessed 28 Aug. 2026.
Previous versions and publish date:
(2026-08-03 07:10), 0.2.0 (2016-06-25 19:53), 0.2.1 (2016-09-08 08:00), 0.3.0 (2016-10-28 10:51), 0.4.0 (2017-03-14 06:58), 0.5.0 (2017-04-01 08:30), 0.5.1 (2017-09-12 08:42), 0.6.0 (2017-10-20 12:07), 0.7.0 (2019-01-07 18:00), 0.8.0 (2019-03-17 22:50), 0.8.1 (2019-07-20 16:50), 0.8.2 (2019-10-30 08:10), 0.9.0 (2020-01-11 07:00), 0.10.0 (2020-09-24 10:00), 0.11.0 (2020-12-12 08:30), 0.12.0 (2021-01-04 22:20), 0.12.1 (2022-03-31 09:50), 0.12.2 (2022-04-26 11:50), 1.0.0 (2023-03-25 00:50), 1.0.1 (2023-12-20 13:30), 1.0.2 (2025-03-16 07:00), 1.1.0 (2025-05-22 07:30), 1.1.1 (2025-06-06 07:50), 1.1.2 (2025-07-14 18:30), 1.1.3 (2025-12-09 10:30), 1.2.0 (2026-01-15 07:10), 1.2.1 (2026-02-20 07:40), 1.2.2 (2026-05-22 09:40)
Other packages that cited doFuture R package
View doFuture citation profile
Other R packages that doFuture depends, imports, suggests or enhances
Complete documentation for doFuture
Functions, R codes and Examples using the doFuture R package
Some associated functions: doFuture . doFuture.options . grapes-dofuture-grapes . makeChunks . registerDoFuture . withDoRNG . 
Some associated R codes: 000.import.R . 001.bquote.R . doFuture-package.R . doFuture.R . dofuture_OP.R . globals.R . makeChunks.R . options.R . registerDoFuture.R . utils.R . withDoRNG.R . zzz.R .  Full doFuture package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

mxnorm  
Apply Normalization Methods to Multiplexed Images
Implements methods to normalize multiplexed imaging data, including statistical metrics and visuali ...
Download / Learn more Package Citations See dependency  
survivalMPLdc  
Penalised Likelihood for Survival Analysis with Dependent Censoring
Fitting Cox proportional hazard model under dependent right censoring using copula and maximum penal ...
Download / Learn more Package Citations See dependency  
spatialCovariance  
Computation of Spatial Covariance Matrices for Data on Rectangles
Functions that compute the spatial covariance matrix for the matern and power classes of spatial mod ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
NPflow  
Bayesian Nonparametrics for Automatic Gating of Flow-Cytometry Data
Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions modeling orie ...
Download / Learn more Package Citations See dependency  
RGIFT  
Create Quizzes in GIFT Format
Implementation of some functions to create quizzes in the GIFT format. This format is used by sever ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA