This patch addresses the issue with package documentation highlighted by CRAN and described here
This patch updates C++11 requirement consistent with current CRAN compilers.
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
- An arXiv citation to the working paper deriving this method
- Changes to examples requested by CRAN
This version is the first release!