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.
Package details |
|
---|---|
Author | Henrik Bengtsson [aut, cre, cph] (<https://orcid.org/0000-0002-7579-5165>) |
Maintainer | Henrik Bengtsson <henrikb@braju.com> |
License | LGPL (>= 2.1) |
Version | 1.0.1 |
URL | https://doFuture.futureverse.org https://github.com/HenrikBengtsson/doFuture |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.