Package: CGGP Type: Package Title: Composite Grid Gaussian Processes Version: 1.0.4.9000 Authors@R: c( person("Collin", "Erickson", email = "collinberickson@gmail.com", role = c("aut", "cre")), # Creator is who gets bothered with issues person("Matthew", "Plumlee", role = c("aut")) ) # Maintainer: Who to complain to Description: Run computer experiments using the adaptive composite grid algorithm with a Gaussian process model. The algorithm works best when running an experiment that can evaluate thousands of points from a deterministic computer simulation. This package is an implementation of a forthcoming paper by Plumlee, Erickson, Ankenman, et al. For a preprint of the paper, contact the maintainer of this package. License: GPL-3 Imports: Rcpp (>= 0.12.18) LinkingTo: Rcpp, RcppArmadillo Suggests: testthat, covr, ggplot2, reshape2, plyr, MASS, rmarkdown, knitr URL: https://github.com/CollinErickson/CGGP BugReports: https://github.com/CollinErickson/CGGP/issues Encoding: UTF-8 RoxygenNote: 7.2.3 VignetteBuilder: knitr Repository: https://collinerickson.r-universe.dev Date/Publication: 2024-01-25 03:20:37 UTC RemoteUrl: https://github.com/collinerickson/cggp RemoteRef: HEAD RemoteSha: 51db6eba825cd001ab8a24e7547a17e493fde6e8 NeedsCompilation: yes Packaged: 2026-06-18 11:17:40 UTC; root Author: Collin Erickson [aut, cre], Matthew Plumlee [aut] Maintainer: Collin Erickson