moosa-r/parapurrr: Do Purrr in Parallel

Run purrr's mapping functions in parallel (i.e., incorporate multiple CPU cores instead of the default, one). The package parapurrr achieves that by bridging purrr with foreach package and its adaptors. Users are only required to add a prefix "pa_" before their desired purrr functions (e.g. pa_map instead of map). All map family functions and all foreach adaptors on CRAN are supported.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1.0
URL https://github.com/moosa-r/parapurrr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("moosa-r/parapurrr")
moosa-r/parapurrr documentation built on July 14, 2022, 11:20 a.m.