kvnkuang/pbmcapply: Tracking the Progress of Mc*pply with Progress Bar

A light-weight package helps you track and visualize the progress of parallel version of vectorized R functions (mc*apply). Parallelization (mc.core > 1) works only on *nix (Linux, Unix such as macOS) system due to the lack of fork() functionality, which is essential for mc*apply, on Windows.

Getting started

Package details

AuthorKevin Kuang (aut), Quyu Kong (ctb), Francesco Napolitano (ctb)
MaintainerKevin kuang <kvn.kuang@mail.utoronto.ca>
LicenseMIT + file LICENSE
Version1.5.1
URL https://github.com/kvnkuang/pbmcapply
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kvnkuang/pbmcapply")
kvnkuang/pbmcapply documentation built on April 29, 2022, 11:57 a.m.