Package: parabar 1.4.2

parabar: Progress Bar for Parallel Tasks

A simple interface in the form of R6 classes for executing tasks in parallel, tracking their progress, and displaying accurate progress bars.

Authors:Mihai Constantin [aut, cre]

parabar_1.4.2.tar.gz
parabar_1.4.2.zip(r-4.7)parabar_1.4.2.zip(r-4.6)parabar_1.4.2.zip(r-4.5)
parabar_1.4.2.tgz(r-4.6-any)parabar_1.4.2.tgz(r-4.5-any)
parabar_1.4.2.tar.gz(r-4.7-any)parabar_1.4.2.tar.gz(r-4.6-any)
parabar_1.4.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
parabar/json (API)

# Install 'parabar' in R:
install.packages('parabar', repos = c('https://mihaiconstantin.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mihaiconstantin/parabar/issues

Pkgdown/docs site:https://parabar.mihaiconstantin.com

On CRAN:

Conda:

parallel-computingprogress-bar

7.80 score 22 stars 8 packages 28 scripts 4.2k downloads 35 exports 16 dependencies

Last updated from:5f96dc5d79. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK191
source / vignettesOK184
linux-release-x86_64OK182
macos-release-arm64OK308
macos-oldrel-arm64OK248
windows-develOK202
windows-releaseOK201
windows-oldrelOK282
wasm-releaseOK100

Exports:AsyncBackendBackendBackendFactoryBackendServiceBarBarFactoryBasicBarclearconfigure_barContextContextFactoryevaluateExceptionexportget_optionHelperLOGOmake_logoModernBarOptionspar_applypar_lapplypar_sapplypeekProgressTrackingContextSessionStateset_default_optionsset_optionSpecificationstart_backendstop_backendSyncBackendTaskStateUserApiConsumerWarning

Dependencies:callrclicrayonfilelockgluehmslifecycleotelpkgconfigprettyunitsprocessxprogresspsR6rlangvctrs

Using parabar with foreach
Introduction | Overview | Running In Parallel | Using doParabar | Conclusion

Last update: 2024-12-16
Started: 2024-12-16

Comparison with other approaches
Introduction | Progress tracking with parabar | Backends | Contexts | Progress tracking functionality | Progress tracking with pbapply | Overhead | The task function | Baseline execution time | parabar execution time | pbapply execution time | Summary | Conclusion

Last update: 2024-12-03
Started: 2023-03-24