This version introduces parallel processing at the C++ level using RcppThread.
To calculate R-squared in parallel, set the threads
argument to a number greater than 1 when calling calc_rsquared
.
This version makes some changes to documentation including the README
This version includes
This version is the first release!