rcpp_progress icon indicating copy to clipboard operation
rcpp_progress copied to clipboard

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

Results 7 rcpp_progress issues
Sort by recently updated
recently updated
newest added

I wrote a short gist based on the idea in this package that should work for RcppParallel and any other multithreading framework. https://gist.github.com/traversc/8b26b9e689b23d3a174aee296c0503ca I think this general approach would be...

Please review. I finally decided against exporting the functions as they would require documentation then and as the functions are part of the doc themselves, this would make no sense,...

Thank you for providing this useful package. We have been using it to develop a new package (see [here](https://github.com/stephenslab/fastTopics)) and so far it is working very well. I have a...

cf Rcpp Gallery: http://gallery.rcpp.org/articles/using-rcppprogress/