This package browser is in early development. Mind the rough edges.

r-rcppprogress 0.4.2

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.

Installation

Install r-rcppprogress 0.4.2 as follows:

guix install r-rcppprogress@0.4.2

Or install the latest version:

guix install r-rcppprogress

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.