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') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes.
Version: | 0.8.2 |
Depends: | R (≥ 3.4.0), future (≥ 1.33.0) |
Imports: | callr (≥ 2.0.3) |
Suggests: | globals, future.apply, listenv, markdown, R.rsp |
Published: | 2023-08-09 |
DOI: | 10.32614/CRAN.package.future.callr |
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://future.callr.futureverse.org, https://github.com/HenrikBengtsson/future.callr |
NeedsCompilation: | no |
Citation: | future.callr citation info |
Materials: | NEWS |
In views: | HighPerformanceComputing |
CRAN checks: | future.callr results |
Reference manual: | future.callr.pdf |
Vignettes: |
A Future for callr |
Package source: | future.callr_0.8.2.tar.gz |
Windows binaries: | r-devel: future.callr_0.8.2.zip, r-release: future.callr_0.8.2.zip, r-oldrel: future.callr_0.8.2.zip |
macOS binaries: | r-release (arm64): future.callr_0.8.2.tgz, r-oldrel (arm64): future.callr_0.8.2.tgz, r-release (x86_64): future.callr_0.8.2.tgz, r-oldrel (x86_64): future.callr_0.8.2.tgz |
Old sources: | future.callr archive |
Reverse imports: | netShiny |
Reverse suggests: | dipsaus, futureverse, iml, incubate, mlr3, mlr3db, mlr3spatial, projpred, SpaDES.core, targets |
Please use the canonical form https://CRAN.R-project.org/package=future.callr to link to this page.