a R package that provides a c++ interruptible progress bar with OpenMP support for c++ code in R packages
see a detailed example on Rcpp Gallery: http://gallery.rcpp.org/articles/using-rcppprogress/
Prerequisites:
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.
Send me a pull request with at least one test or example