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.0.1")



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: 2023-12-20
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.0.1, https://cran.r-project.org/web/packages/doFuture. Accessed 22 Dec. 2024.
Previous versions and publish date:
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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