Package: future.apply Version: 1.10.0 Title: Apply Function to Elements in Parallel using Futures Depends: R (>= 3.2.0), future (>= 1.28.0) Imports: globals (>= 0.16.1), parallel, utils Suggests: datasets, stats, tools, listenv (>= 0.8.0), R.rsp, markdown VignetteBuilder: R.rsp Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"), email = "henrikb@braju.com"), person("R Core Team", role = c("cph", "ctb"))) Description: Implementations of apply(), by(), eapply(), lapply(), Map(), .mapply(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. These future_*apply() functions come with the same pros and cons as the corresponding base-R *apply() functions but with the additional feature of being able to be processed via the future framework. License: GPL (>= 2) LazyLoad: TRUE URL: https://future.apply.futureverse.org, https://github.com/HenrikBengtsson/future.apply BugReports: https://github.com/HenrikBengtsson/future.apply/issues RoxygenNote: 7.2.1 NeedsCompilation: no Packaged: 2022-11-05 01:20:56 UTC; hb Author: Henrik Bengtsson [aut, cre, cph], R Core Team [cph, ctb] Maintainer: Henrik Bengtsson Repository: CRAN Date/Publication: 2022-11-05 08:50:02 UTC Built: R 4.2.3; ; 2023-04-18 22:54:25 UTC; unix