r-cran-rcppprogress

interruptible progress bar for C++ in GNU R packages
  https://cran.r-project.org/package=RcppProgress
  0
  no reviews



This GNU R package allows one 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 multithreaded code, typically using OpenMP.