Package: IGP
Type: Package
Title: Interchangeable Gaussian Process Models
Version: 0.1.0
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.
License: GPL-3
LazyData: TRUE
Imports: R6, PythonInR
Suggests: GPfit, laGP, mlegp, tgp, DiceKriging, GauPro, testthat, lhs,
        ggplot2, reshape, numDeriv
RoxygenNote: 6.0.1
URL: https://github.com/CollinErickson/IGP
BugReports: https://github.com/CollinErickson/IGP/issues
NeedsCompilation: no
Packaged: 2017-09-19 03:01:05 UTC; cbe117
Author: Collin Erickson [aut, cre]
Maintainer: Collin Erickson <collinberickson@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-19 09:50:45 UTC
Built: R 3.6.3; ; 2020-08-05 03:13:38 UTC; windows
