Package: GauPro Type: Package Title: Gaussian Process Fitting Version: 0.2.17.9000 Authors@R: person(given = "Collin", family = "Erickson", role = c("aut", "cre"), email = "collinberickson@gmail.com") Maintainer: Collin Erickson Description: Fits a Gaussian process model to data. Gaussian processes are commonly used in computer experiments to fit an interpolating model. The model is stored as an 'R6' object and can be easily updated with new data. There are options to run in parallel, and 'Rcpp' has been used to speed up calculations. For more info about Gaussian process software, see Erickson et al. (2018) . License: GPL-3 LinkingTo: Rcpp, RcppArmadillo Imports: ggplot2, Rcpp, R6, lbfgs RoxygenNote: 7.3.2 Depends: mixopt (> 0.1.0), numDeriv, rmarkdown, tidyr Suggests: ContourFunctions, dplyr, ggrepel, gridExtra, knitr, lhs, MASS, microbenchmark, rlang, splitfngr, testthat, testthatmulti VignetteBuilder: knitr URL: https://github.com/CollinErickson/GauPro BugReports: https://github.com/CollinErickson/GauPro/issues Encoding: UTF-8 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://collinerickson.r-universe.dev Date/Publication: 2025-11-25 03:49:25 UTC RemoteUrl: https://github.com/collinerickson/gaupro RemoteRef: HEAD RemoteSha: 02fb70f74a59e71719df1f528b99eb268506e38d NeedsCompilation: yes Packaged: 2026-06-17 08:11:29 UTC; root Author: Collin Erickson [aut, cre]