future: Unified Parallel and Distributed Processing in R for Everyone

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, on in parallel a set of local machines, or distributed on a mix of local and remote machines. Extensions to this package implements additional backends for processing futures via compute cluster schedulers etc. Because of its unified API, there is no need to modify 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.6.2
Imports: digest, globals (≥ 0.10.3), listenv (≥ 0.6.0), parallel, utils
Suggests: R.rsp, markdown
Published: 2017-10-16
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

Downloads:

Reference manual: future.pdf
Vignettes: A Future for R: A Comprehensive Overview
A Future for R: Common Issues with Solutions
A Future for R: Future Topologies
A Future for R: Controlling Default Future Strategy
Package source: future_1.6.2.tar.gz
Windows binaries: r-devel: future_1.6.2.zip, r-release: future_1.6.2.zip, r-oldrel: future_1.6.2.zip
OS X El Capitan binaries: r-release: future_1.6.2.tgz
OS X Mavericks binaries: r-oldrel: future_1.6.2.tgz
Old sources: future archive

Reverse dependencies:

Reverse depends: doFuture, future.BatchJobs, future.batchtools, pbmcapply
Reverse imports: aroma.affymetrix, aroma.core, civis, drake, fiery, googleComputeEngineR, kernelboot, MetamapsDB, multiApply, origami, PSCBS, R.filesets, robotstxt, sperrorest, startR
Reverse suggests: brms, penaltyLearning

Linking:

Please use the canonical form https://CRAN.R-project.org/package=future to link to this page.