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 21 Nov. 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

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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