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
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
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

r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
srm  
Structural Equation Modeling for the Social Relations Model
Provides functionality for structural equation modeling for the social relations model (Kenny & ...
Download / Learn more Package Citations See dependency  
bizicount  
Bivariate Zero-Inflated Count Models Using Copulas
Maximum likelihood estimation of copula-based zero-inflated (and non-inflated) Poisson and negative ...
Download / Learn more Package Citations See dependency  
cdcfluview  
Retrieve Flu Season Data from the United States Centers for Disease Control and Prevention ("CDC") "FluView" Portal
The 'U.S.' Centers for Disease Control and Prevention (CDC) maintain a portal ...
Download / Learn more Package Citations See dependency  
QuantileNPCI  
Nonparametric Confidence Intervals for Quantiles
Based on Alan D. Hutson (1999) , "Calculating nonparametric confidence i ...
Download / Learn more Package Citations See dependency  
Maintainer: Li Yan (view profile)
factorplot  
Graphical Presentation of Simple Contrasts
Methods to calculate, print, summarize and plot pairwise differences from GLMs, GLHT or Multinomial ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns