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.
Package details |
|
---|---|
Maintainer | |
License | GPL-3 |
Version | 0.1.0 |
URL | https://github.com/moosa-r/parapurrr |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.