Learn R Programming

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

RcppProgress

a R package that provides a c++ interruptible progress bar with OpenMP support for c++ code in R packages

example

see a detailed example on Rcpp Gallery: http://gallery.rcpp.org/articles/using-rcppprogress/

How to build

Prerequisites:

  • OpenMP support to use the multithreaded parallelized version. OpenMP is available in GCC >= 4.2

Just install it the usual way.

If you want more control, unarchive it, cd to the source directory, then type R CMD INSTALL . in the console.

Contribute

Send me a pull request with at least one test or example

Copy Link

Version

Install

install.packages('RcppProgress')

Monthly Downloads

68,201

Version

0.2.1

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Karl Forner

Last Published

January 9th, 2015

Functions in RcppProgress (0.2.1)

test_sequential

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

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

Test/example of using RcppProgress in multithreaded code
RcppProgressExample-package

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