Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession'), the 'callr' backend provided here can run more than 125 parallel R processes.
Version: | 0.2.0 |
Depends: | R (≥ 3.2.0), future (≥ 1.7.0) |
Imports: | callr (≥ 2.0.2) |
Suggests: | future.apply, listenv, markdown, R.rsp |
Published: | 2018-02-13 |
Author: | Henrik Bengtsson [aut, cre, cph] |
Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
BugReports: | https://github.com/HenrikBengtsson/future.callr/issues |
License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
URL: | https://github.com/HenrikBengtsson/future.callr |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | future.callr results |
Reference manual: | future.callr.pdf |
Vignettes: |
A Future for callr |
Package source: | future.callr_0.2.0.tar.gz |
Windows binaries: | r-devel: future.callr_0.2.0.zip, r-release: future.callr_0.2.0.zip, r-oldrel: future.callr_0.2.0.zip |
OS X El Capitan binaries: | r-release: future.callr_0.2.0.tgz |
OS X Mavericks binaries: | r-oldrel: not available |
Please use the canonical form https://CRAN.R-project.org/package=future.callr to link to this page.