mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
Allows 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. WWW: https://cran.r-project.org/web/packages/RcppProgress/
6 lines
266 B
Text
6 lines
266 B
Text
Allows 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.
|
|
|
|
WWW: https://cran.r-project.org/web/packages/RcppProgress/
|