Package: IGP
Type: Package
Title: Interchangeable Gaussian Process Models
Version: 0.2.1
Authors@R: 
    c(
    person("Collin", "Erickson", email = "collinberickson@gmail.com", role = c("aut", "cre"))
    )
Description: Creates a Gaussian process model using the specified package. 
    Makes it easy to try different packages in same code, only the
    package argument needs to be changed.
    It is essentially a wrapper for the other Gaussian process
    software packages.
    For more info about Gaussian process software and comparison of various
    options, see Erickson et al. (2018) <doi:10.1016/j.ejor.2017.10.002>.
License: GPL-3
Imports: R6, reticulate
Suggests: GPfit, laGP, mlegp, tgp, DiceKriging, CGP, GauPro, hetGP,
        testthat, lhs, ggplot2, reshape, ContourFunctions, numDeriv
RoxygenNote: 7.2.2
URL: https://github.com/CollinErickson/IGP
BugReports: https://github.com/CollinErickson/IGP/issues
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-01-15 14:09:42 UTC; colli
Author: Collin Erickson [aut, cre]
Maintainer: Collin Erickson <collinberickson@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-15 17:10:05 UTC
