About Anaconda Help Download Anaconda

r / packages / r-dofuture

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 first is the traditional 'foreach' approach by registering the 'foreach' adapter 'registerDoFuture()' and so that 'y <- foreach(...) %dopar% { ... }' runs in parallelizes with the 'future' framework. The other alternative is to use 'y <- foreach(...) %dofuture% { ... }', which does not require using 'registerDoFuture()' and has many advantages over '%dopar%'.

Click on a badge to see how to embed it in your web page
badge
https://anaconda.org/r/r-dofuture/badges/version.svg
badge
https://anaconda.org/r/r-dofuture/badges/latest_release_date.svg
badge
https://anaconda.org/r/r-dofuture/badges/latest_release_relative_date.svg
badge
https://anaconda.org/r/r-dofuture/badges/platforms.svg
badge
https://anaconda.org/r/r-dofuture/badges/license.svg
badge
https://anaconda.org/r/r-dofuture/badges/downloads.svg

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy