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.6)RcppProgress_1.0.0.zip(r-4.5)RcppProgress_1.0.0.zip(r-4.4)
RcppProgress_1.0.0.tgz(r-4.6-any)RcppProgress_1.0.0.tgz(r-4.5-any)
RcppProgress_1.0.0.tar.gz(r-4.6-any)RcppProgress_1.0.0.tar.gz(r-4.5-any)
RcppProgress_1.0.0.tgz(r-4.5-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 from:d851ac62fd. Checks:6 WARNING, 3 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | WARNING | 145 | |
| source / vignettes | OK | 228 | |
| linux-release-x86_64 | WARNING | 146 | |
| macos-devel-arm64 | WARNING | 154 | |
| macos-release-arm64 | WARNING | 128 | |
| windows-devel | WARNING | 167 | |
| windows-release | WARNING | 113 | |
| windows-oldrel | OK | 103 | |
| wasm-release | OK | 100 |
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 |
