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

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.

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.