Changes in version 0.1.9 (2025-04-09) o Remove `-a` and `-o` bashisms from `configure.ac`. o Fix `\link` syntax in Rd to link to Rmpi package. Changes in version 0.1.8 (2023-04-25) o declare 'read_timer()' as 'read_timer(void)' to satisfy CRAN requirements. o Fix a couple minor errors in Rd files. Changes in version 0.1-7 (2021-10-30) o ran autoupdate for consistency with Autoconf 2.71, per CRAN request. o add use of 'R_registerRoutines' and 'R_useDynamicSymbols' to avoid CRAN check NOTE. o updated references to point to JSS article DOI and use https. Changes in version 0.1-6 (2015-07-08) o removed use of rsprng as it is no longer on CRAN; advanced users can uncomment the relevant lines in bigGP.init and rebuild bigGP from source if they have rsprng available o changed DESCRIPTION to point to JSS article rather than arXiv Changes in version 0.1-5 (2015-01-21) o modified CITATION and \references in .Rd files to refer to published JSS article about the package Changes in version 0.1-4 (2014-12-06) o moved ax_{blas,lapack}.m4 and configure.alt{,.ac} to tools subdirectory to satisfy CRAN requirements on top-level directory content. o now call init.sprng as rsprng::init.sprng o added warning in help on collectRectangularMatrix that method is not to be used with symmetric matrices Changes in version 0.1-3 (2014-05-24) o Wrapped all examples in \dontrun{} to satisfy CRAN requirements that examples not leave processes running or have more than two processes running. o Added some additional info to the INSTALL file.