Skip to content

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

Notifications You must be signed in to change notification settings

cheuerde/rcpp_progress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published