Package: shrinkGPR
Type: Package
Title: Scalable Gaussian Process Regression with Hierarchical Shrinkage
        Priors
Version: 1.1.1
Authors@R: c(
  person("Peter", "Knaus", email = "peter.knaus@wu.ac.at",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6498-7084")))
Maintainer: Peter Knaus <peter.knaus@wu.ac.at>
Description: Efficient variational inference methods for fully Bayesian Gaussian 
  Process Regression (GPR) models with hierarchical shrinkage priors, 
  including the triple gamma prior for effective variable selection and 
  covariance shrinkage in high-dimensional settings. The package leverages normalizing 
  flows to approximate complex posterior distributions. For details on implementation, 
  see Knaus (2025) <doi:10.48550/arXiv.2501.13173>.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: gsl, progress, rlang, utils, methods, torch
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), shrinkTVP, plotly
Config/testthat/edition: 3
SystemRequirements: torch backend, for installation guide see
        https://cran.r-project.org/web/packages/torch/vignettes/installation.html
NeedsCompilation: no
Packaged: 2025-10-01 16:16:46 UTC; Peter
Author: Peter Knaus [aut, cre] (ORCID: <https://orcid.org/0000-0001-6498-7084>)
Repository: CRAN
Date/Publication: 2025-10-01 16:40:02 UTC
