Package: future Version: 1.34.0 Title: Unified Parallel and Distributed Processing in R for Everyone Imports: digest, globals (>= 0.16.1), listenv (>= 0.8.0), parallel, parallelly (>= 1.38.0), utils Suggests: methods, RhpcBLASctl, R.rsp, markdown VignetteBuilder: R.rsp Authors@R: c(person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "henrikb@braju.com", comment = c(ORCID = "0000-0002-7579-5165"))) Description: 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. License: LGPL (>= 2.1) LazyLoad: TRUE ByteCompile: TRUE URL: https://future.futureverse.org, https://github.com/HenrikBengtsson/future BugReports: https://github.com/HenrikBengtsson/future/issues Encoding: UTF-8 RoxygenNote: 7.3.2 NeedsCompilation: no Packaged: 2024-07-29 15:02:12 UTC; henrik Author: Henrik Bengtsson [aut, cre, cph] () Maintainer: Henrik Bengtsson Repository: CRAN Date/Publication: 2024-07-29 16:50:05 UTC Built: R 4.1.3; ; 2024-11-22 22:51:40 UTC; unix RemoteType: standard RemotePkgRef: future RemoteRef: future RemoteRepos: https://cloud.r-project.org RemoteReposName: CRAN RemotePkgPlatform: source RemoteSha: 1.34.0