kforner/rcpp_progress: 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.

Getting started

Package details

AuthorKarl Forner <karl.forner@gmail.com>
MaintainerKarl Forner <karl.forner@gmail.com>
LicenseGPL (>= 3)
Version1.0.0
URL https://github.com/kforner/rcpp_progress
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kforner/rcpp_progress")
kforner/rcpp_progress documentation built on June 9, 2024, 3:15 a.m.