aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-future.apply
Commit message (Collapse)AuthorAgeFilesLines
* devel/R-cran-future.apply: Update to 1.9.0TAKATSU Tomonari2022-04-292-5/+5
|
* devel/R-cran-future.apply: Add new portTAKATSU Tomonari2021-09-083-0/+30
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. WWW: https://cran.r-project.org/web/packages/future.apply/