Type: Package
Package: greta.gp
Title: Gaussian Process Modelling in 'greta'
Version: 0.2.0
Authors@R: c(
    person(
      given = "Nick", 
      family = "Golding", 
      email = "nick.golding.research@gmail.com", 
      role = c("aut", "cph"),
      comment = c(ORCID = "0000-0001-8916-5570")
      ),
    person(
      given = "Jian", 
      family = "Yen", 
      role = "ctb"
      ),
    person(
      given = "Nicholas", 
      family = "Tierney",
      email = "nicholas.tierney@gmail.com", 
      role = c("aut", "cre"),
      comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")
      )
  )
Description: Provides a syntax to create and combine Gaussian process kernels 
  in 'greta'. You can then them to define either full rank or sparse Gaussian 
  processes. This is an extension to the 'greta' software, Golding (2019) 
  <doi:10.21105/joss.01601>.
License: Apache License (>= 2)
URL: https://github.com/greta-dev/greta.gp,
        https://greta-dev.github.io/greta.gp/
BugReports: https://github.com/greta-dev/greta.gp/issues
Depends: greta (>= 0.4.2), R (>= 3.1.0)
Imports: cli, glue, tensorflow (>= 2.7.0)
Suggests: covr, knitr, rmarkdown, spelling, testthat (>= 3.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.0
SystemRequirements: Python (>= 2.7.0) with header files and shared
        library; TensorFlow (v1.14; https://www.tensorflow.org/);
        TensorFlow Probability (v0.7.0;
        https://www.tensorflow.org/probability/)
NeedsCompilation: no
Packaged: 2022-09-06 02:08:24 UTC; nick
Author: Nick Golding [aut, cph] (<https://orcid.org/0000-0001-8916-5570>),
  Jian Yen [ctb],
  Nicholas Tierney [aut, cre] (<https://orcid.org/0000-0003-1460-8722>)
Maintainer: Nicholas Tierney <nicholas.tierney@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-06 07:10:06 UTC
Built: R 4.2.0; ; 2022-09-07 11:44:47 UTC; unix
