clustRviz icon indicating copy to clipboard operation
clustRviz copied to clipboard

Increase Frequency of Interrupt Checks

Open alexpghayes opened this issue 5 years ago • 4 comments

For some long running operations, I was unable to stop the calculations once they started. Might want to check that Rcpp::checkUserInterrupt() gets called semi-frequently in the main looping operations as recommended in the Best Practices section of R Packages.

alexpghayes avatar Oct 11 '18 17:10 alexpghayes