Learn R Programming

⚠️There's a newer version (0.4.2) of this package.Take me there.

RcppProgress (version 0.1)

An interruptible progress bar with OpenMP support for c++ in R packages

Description

This package 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 a multithreaded code, typically using OpenMP.

Copy Link

Version

Install

install.packages('RcppProgress')

Monthly Downloads

68,201

Version

0.1

License

GPL (>= 3)

Maintainer

Karl Forner

Last Published

May 10th, 2013

Functions in RcppProgress (0.1)

RcppProgress-package

An interruptible progress bar with OpenMP support for c++ in R packages
RcppProgressExample-package

This package is an example of how to use RcppProgress in your own package.
test_multithreaded

Test/example of using RcppProgress in multithreaded code
test_sequential

Test/example of using RcppProgress in sequential code, i.e not in multithreaded code