Package: RcppProgress 1.0.0
RcppProgress: An Interruptible Progress Bar with OpenMP Support for C++ in R Packages
Allows to display a progress bar in the R console for long running computations taking place in C++ code, and support for interrupting those computations even in multithreaded code, typically using OpenMP.
Authors:
RcppProgress_1.0.0.tar.gz
RcppProgress_1.0.0.zip(r-4.5)RcppProgress_1.0.0.zip(r-4.4)RcppProgress_1.0.0.zip(r-4.3)
RcppProgress_1.0.0.tgz(r-4.4-any)RcppProgress_1.0.0.tgz(r-4.3-any)
RcppProgress_1.0.0.tar.gz(r-4.5-noble)RcppProgress_1.0.0.tar.gz(r-4.4-noble)
RcppProgress_1.0.0.tgz(r-4.4-emscripten)RcppProgress_1.0.0.tgz(r-4.3-emscripten)
RcppProgress.pdf |RcppProgress.html✨
RcppProgress/json (API)
# Install 'RcppProgress' in R: |
install.packages('RcppProgress', repos = c('https://kforner.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kforner/rcpp_progress/issues
Last updated 6 months agofrom:d851ac62fd. Checks:OK: 5 WARNING: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | WARNING | Nov 22 2024 |
R-4.5-linux | WARNING | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:test_amardillo_multithreadedtest_eta_progress_bartest_multithreadedtest_sequential
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
runs the multithreaded test from the RcppProgressArmadillo example package | test_amardillo_multithreaded |
runs the test from the RcppProgressETA example package | test_eta_progress_bar |
runs the multithreaded test from the RcppProgressExample example R package | test_multithreaded |
runs the sequential test from the RcppProgressExample example R package | test_sequential |