Package: future.apply 1.11.3
future.apply: Apply Function to Elements in Parallel using Futures
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 <doi:10.32614/RJ-2021-048>.
Authors:
future.apply_1.11.3.tar.gz
future.apply_1.11.3.tar.gz(r-4.5-noble)future.apply_1.11.3.tar.gz(r-4.4-noble)
future.apply_1.11.3.tgz(r-4.4-emscripten)future.apply_1.11.3.tgz(r-4.3-emscripten)
future.apply.pdf |future.apply.html✨
future.apply/json (API)
NEWS
# Install 'future.apply' in R: |
install.packages('future.apply', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/futureverse/future.apply/issues
Last updated 2 days agofrom:dd81a75eab. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
Exports:future_.mapplyfuture_applyfuture_byfuture_eapplyfuture_lapplyfuture_Mapfuture_mapplyfuture_replicatefuture_sapplyfuture_tapplyfuture_vapply
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Apply Functions Over Array Margins via Futures | future_apply |
Apply a Function to a Data Frame Split by Factors via Futures | future_by |
Apply a Function over a List or Vector via Futures | future_eapply future_lapply future_replicate future_sapply future_tapply future_vapply |
Apply a Function to Multiple List or Vector Arguments | future_.mapply future_Map future_mapply |
future.apply: Apply Function to Elements in Parallel using Futures | future.apply-package future.apply |
Options used for future.apply | future.apply.debug future.apply.options R_FUTURE_APPLY_DEBUG |