README.md

mappp

map in parallel with progress

CRAN status R-CMD-check

The goal of mappp is to provide a simple implementation of purrr::map or base::lapply that provides enhanced features like parallel computation, progress bars, error handling, and result caching.

Please note that this package relies on forking via parallel::mclapply() which means that parallel computation is not available on Windows platforms.

Installation

mappp is hosted on CRAN and can be installed with:

install.packages("mappp")


cole-brokamp/mappp documentation built on Jan. 31, 2022, 11:06 a.m.