R-doFuture
Port variant standard
Summary Foreach parallelize via Future network
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
Subpackage Descriptions
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.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
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
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
9511cc9eb68366c5275dc03f769bcdd7507f26a79dc702d7ae6f1016f62c7bab 59782 CRAN/doFuture_1.0.1.tar.gz
Ports that require R-doFuture:standard
R-tune:standard Tidy Tuning Tools