Port variant | standard |
Summary | Foreach parallelize via Future network |
BROKEN | |
Package version | 1.0.1 |
Homepage | https://doFuture.futureverse.org |
Keywords | cran |
Maintainer | CRAN Automaton |
License | Not yet specified |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 31 MAR 2024, 22:36:27 UTC |
Port created | 31 MAR 2024, 22:36:27 UTC |
single | doFuture: Use Foreach to Parallelize via the Future Framework 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. |
Build (only) |
gmake:primary:standard R:primary:standard icu:dev:standard |
Build and Runtime |
R-foreach:single:standard R-future:single:standard R-future.apply:single:standard R-globals:single:standard R-iterators:single:standard |
Runtime (only) |
R:primary:standard R:nls:standard |
main | mirror://CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ |
R-tune:standard | Tidy Tuning Tools |