R-future
Port variant std
Summary Unified parallel and distributed processing
Package version 1.70.0
Homepage https://future.futureverse.org
Keywords cran
Maintainer CRAN Automaton
License Not yet specified
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 24 MAR 2026, 14:46:45 UTC
Port created 20 APR 2020, 20:29:45 UTC
Subpackage Descriptions
single 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(multisession)'. 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.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:std
R:primary:std
icu:dev:std
R:docs:std
Build and Runtime R-digest:single:std
R-globals:single:std
R-listenv:single:std
R-parallelly:single:std
Runtime (only) R:primary:std
R:nls:std
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
0141056909ec2e9f8901ea611930d8a892ec83533855e965b819b694be999017 450683 CRAN/future_1.70.0.tar.gz
Ports that require R-future:std
R-doFuture:std Foreach parallelize via Future network
R-furrr:std Apply Mapping Functions in Parallel using Futures
R-future.apply:std Apply Function in Parallel using Futures
R-tsfeatures:std Time Series Feature Extraction