Changes in version 0.1.6 This patch addresses the issue with package documentation highlighted by CRAN and described here Changes in version 0.1.5 (2023-07-14) This patch updates C++11 requirement consistent with current CRAN compilers. Changes in version 0.1.4 (2022-06-01) This patch fixes an error on r-devel-linux-x86_64-debian-clang in CRAN checks. Changes in version 0.1.3 This patch fixes a parallel issue that could've caused incorrect computations. Changes in version 0.1.2 (2021-09-20) This patches an error thrown when using large data sets. Changes in version 0.1.1 (2020-10-21) 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). Changes in version 0.1.0 (2020-06-25) 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. Changes in version 0.0.3 (2020-02-20) This version makes some changes to documentation including the README Changes in version 0.0.2 This version includes - An arXiv citation to the working paper deriving this method - Changes to examples requested by CRAN Changes in version 0.0.1 This version is the first release!