This patch fixes an error on r-devel-linux-x86_64-debian-clang in CRAN checks.
This patch fixes a parallel issue that could’ve caused incorrect computations.
This patches an error thrown when using large data sets.
This patches an error being thrown during testing on some Linux
operating systems. The root cause seems to be an imprecise calculation
introduced in parallel computing. See the note under
help(calc_rsquared)
.
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!