The purpose of this package is to provide a lightweight and unified Future API for sequential and parallel processing of R expression via futures. The simplest way to evaluate an expression in parallel is to use 'x %<-% { expression }' with 'plan(multiprocess)'. This package implements sequential, multicore, multisession, and cluster futures. With these, R expressions can be evaluated on the local machine, in parallel a set of local machines, or distributed on a mix of local and remote machines. Extensions to this package implement additional backends for processing futures via compute cluster schedulers etc. Because of its unified API, there is no need to modify any code in order switch from sequential on the local machine to, say, distributed processing on a remote compute cluster. Another strength of this package is that global variables and functions are automatically identified and exported as needed, making it straightforward to tweak existing code to make use of futures.
Version: | 1.18.0 |
Imports: | digest, globals (≥ 0.12.5), listenv (≥ 0.8.0), parallel, utils |
Suggests: | RhpcBLASctl, R.rsp, markdown |
Published: | 2020-07-09 |
Author: | Henrik Bengtsson [aut, cre, cph] |
Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
BugReports: | https://github.com/HenrikBengtsson/future/issues |
License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
URL: | https://github.com/HenrikBengtsson/future |
NeedsCompilation: | no |
Materials: | NEWS |
In views: | HighPerformanceComputing |
CRAN checks: | future results |
Reference manual: | future.pdf |
Vignettes: |
A Future for R: A Comprehensive Overview A Future for R: Text and Message Output A Future for R: Future Topologies A Future for R: Common Issues with Solutions A Future for R: Non-Exportable Objects A Future for R: Controlling Default Future Strategy A Future for R: Future API Backend Specification |
Package source: | future_1.18.0.tar.gz |
Windows binaries: | r-devel: future_1.18.0.zip, r-release: future_1.18.0.zip, r-oldrel: future_1.18.0.zip |
macOS binaries: | r-release: future_1.18.0.tgz, r-oldrel: future_1.18.0.tgz |
Old sources: | future archive |
Please use the canonical form https://CRAN.R-project.org/package=future to link to this page.