Package: pbmcapply 1.5.1
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.
Authors:
pbmcapply_1.5.1.tar.gz
pbmcapply_1.5.1.zip(r-4.5)pbmcapply_1.5.1.zip(r-4.4)pbmcapply_1.5.1.zip(r-4.3)
pbmcapply_1.5.1.tgz(r-4.4-x86_64)pbmcapply_1.5.1.tgz(r-4.4-arm64)pbmcapply_1.5.1.tgz(r-4.3-x86_64)pbmcapply_1.5.1.tgz(r-4.3-arm64)
pbmcapply_1.5.1.tar.gz(r-4.5-noble)pbmcapply_1.5.1.tar.gz(r-4.4-noble)
pbmcapply_1.5.1.tgz(r-4.4-emscripten)pbmcapply_1.5.1.tgz(r-4.3-emscripten)
pbmcapply.pdf |pbmcapply.html✨
pbmcapply/json (API)
# Install 'pbmcapply' in R: |
install.packages('pbmcapply', repos = c('https://kvnkuang.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kvnkuang/pbmcapply/issues
Last updated 3 years agofrom:c302c2e78d. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:pbmclapplypbmcmapplyprogressBar
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Tracking mclapply with progress bar | pbmclapply |
Tracking mcmapply with progress bar | pbmcmapply |
Progress bar with the estimated time to completion (ETA). | progressBar |