r-rcppprogress
Interruptible progress bar for C++ in R packages
This package displays 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.
- Versions: 0.4.2
- Website: https://github.com/kforner/rcpp_progress
- Licenses: GPL 3+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rcppprogress
as follows:
guix install r-rcppprogress
Or install a particular version:
guix install r-rcppprogress@0.4.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rcppprogress about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rcppprogress'><img src='https://packages.guix.gnu.org/packages/r-rcppprogress/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rcppprogress)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rcppprogress][https://packages.guix.gnu.org/packages/r-rcppprogress/badges/latest-version.svg]]