R-future
Port variant standard
Summary Unified parallel and distributed processing
Package version 1.33.2
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 31 MAR 2024, 17:05:56 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:standard
R:primary:standard
icu:dev:standard
Build and Runtime R-digest:single:standard
R-globals:single:standard
R-listenv:single:standard
R-parallelly:single:standard
Runtime (only) R:primary:standard
R:nls:standard
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
b5a71ac628cdaeeb26e3fc41003d2c5bd48156da881cabd9b14878991324aa66 355510 CRAN/future_1.33.2.tar.gz
Ports that require R-future:standard
R-doFuture:standard Foreach parallelize via Future network
R-furrr:standard Apply Mapping Functions in Parallel using Futures
R-future.apply:standard Apply Function in Parallel using Futures
R-tsfeatures:standard Time Series Feature Extraction
R-tune:standard Tidy Tuning Tools