Learn R Programming

⚠️There's a newer version (1.5.1) of this package.Take me there.

pbmcapply (version 1.1.0)

Tracking the Progress of Mc*pply with Progress Bar

Description

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

Copy Link

Version

Install

install.packages('pbmcapply')

Monthly Downloads

13,316

Version

1.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Kevin kuang

Last Published

July 24th, 2016

Functions in pbmcapply (1.1.0)

pbmclapply

Tracking mclapply with progress bar
pbmcmapply

Tracking mcmapply with progress bar