Fast Gaussian-process inference using general Vecchiaapproximations
For examples of how to use the package, please see the vignettesfolder. Please note that GPvecchia is under active development and notstable at this time.
If you have an issue with GPvecchia, including unsatisfactoryruntime, please open a Github ticket.
This package can be installed directly from CRAN by running
install.packages("GPvecchia")OMP library is required for the package to run fast. Mac OS users,where OMP has not been supported for a while could consultthispage
Alternatively, the package can be installed using the github source.This can be done either by usingdevtools
devtools::install_github("katzfuss-group/GPvecchia")or by downloading the repository and then building the packagemanually:
R CMD build GPvecchiaR CMD INSTALL GPvecchia_0.1.4.tar.gzNote thatRtools isrequired for compiling C/C++ with OpenMP on Windows systems. Wheninstalling Rtools, the system PATH needs to be set so that the C++compiler included in Rtools can be found by R. Once Rtools is installed,system('g++ -v') can be used to check if the compiler isaccessible from R.