Closed pwinskill closed 4 years ago
Adding Rcpp::checkUserInterrupt(); somewhere in the inner loop to allow the user to jump out of the c++ from R by hitting esc
Rcpp::checkUserInterrupt();
Adding
Rcpp::checkUserInterrupt();
somewhere in the inner loop to allow the user to jump out of the c++ from R by hitting esc