{
  "_id": "6a1fca7cb401979e7343244a",
  "Package": "shrinkGPR",
  "Type": "Package",
  "Title": "Scalable Gaussian Process Regression with Hierarchical Shrinkage\nPriors",
  "Version": "2.0.1",
  "Authors@R": "c(\nperson(\"Peter\", \"Knaus\", email = \"peter.knaus@wu.ac.at\",\nrole = 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\nunivariate and multivariate Gaussian and t-process regression\nmodels. Hierarchical shrinkage priors, including the triple\ngamma prior, are used for effective variable selection and\ncovariance shrinkage in high-dimensional settings. The package\nleverages normalizing flows to approximate complex posterior\ndistributions. For details on implementation, see Knaus (2025)\n<doi:10.48550/arXiv.2501.13173>.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "SystemRequirements": "torch backend, for installation guide see\nhttps://cran.r-project.org/web/packages/torch/vignettes/installation.html",
  "Config/pak/sysreqs": "libgsl0-dev",
  "Repository": "https://neferkareii.r-universe.dev",
  "Date/Publication": "2026-04-03 08:46:36 UTC",
  "RemoteUrl": "https://github.com/neferkareii/shrinkgpr",
  "RemoteRef": "HEAD",
  "RemoteSha": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 09:20:14 UTC",
    "User": "root"
  },
  "Author": "Peter Knaus [aut, cre] (ORCID: <https://orcid.org/0000-0001-6498-7084>)",
  "MD5sum": "6bf82855aa1d43e91c71e4db4a88b8b2",
  "_user": "neferkareii",
  "_type": "src",
  "_file": "shrinkGPR_2.0.1.tar.gz",
  "_fileid": "49f78f5ac6493fbe06e2e9a39634ddcee2e625832757ca5adc058b2771a714b1",
  "_filesize": 386870,
  "_sha256": "49f78f5ac6493fbe06e2e9a39634ddcee2e625832757ca5adc058b2771a714b1",
  "_created": "2026-06-02T09:20:14.000Z",
  "_published": "2026-06-03T06:32:28.795Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79235318813,
      "time": 161,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7353854758"
    },
    {
      "job": 79235319144,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353854764"
    },
    {
      "job": 79235318875,
      "time": 181,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7353851462"
    },
    {
      "job": 79235318808,
      "time": 150,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353841530"
    },
    {
      "job": 79235318592,
      "time": 213,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353792945"
    },
    {
      "job": 79235319085,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353841643"
    },
    {
      "job": 79235318596,
      "time": 143,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7377332098"
    },
    {
      "job": 79235318986,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7353828959"
    },
    {
      "job": 79235319110,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353835675"
    }
  ],
  "_buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/neferkareii/shrinkgpr",
  "_commit": {
    "id": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
    "author": "NeferkareII <knaus.peter@hotmail.com>",
    "committer": "NeferkareII <knaus.peter@hotmail.com>",
    "message": "Merge branch 'main' of github.com:NeferkareII/shrinkGPR\n",
    "time": 1775205996
  },
  "_maintainer": {
    "name": "Peter Knaus",
    "email": "peter.knaus@wu.ac.at",
    "login": "neferkareii",
    "description": "",
    "uuid": 28053039,
    "orcid": "0000-0001-6498-7084"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "gsl",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "torch",
      "version": ">= 0.16.0",
      "role": "Imports"
    },
    {
      "package": "mniw",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "shrinkTVP",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    }
  ],
  "_owner": "neferkareii",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 2
    },
    {
      "week": "2025-35",
      "n": 2
    },
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2025-43",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 2
    },
    {
      "week": "2026-14",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "neferkareii",
      "count": 64,
      "uuid": 28053039
    }
  ],
  "_userbio": {
    "uuid": 28053039,
    "type": "user",
    "name": "NeferkareII"
  },
  "_downloads": {
    "count": 463,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shrinkGPR"
  },
  "_devurl": "https://github.com/neferkareii/shrinkgpr",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/shrinkGPR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/neferkareii/shrinkgpr",
  "_realowner": "neferkareii",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-01-30"
    },
    {
      "version": "1.1",
      "date": "2025-08-19"
    },
    {
      "version": "1.1.1",
      "date": "2025-10-03"
    },
    {
      "version": "2.0.0",
      "date": "2026-03-30"
    }
  ],
  "_exports": [
    "calc_pred_moments",
    "eval_pred_dens",
    "gen_marginal_samples",
    "gen_posterior_samples",
    "kernel_matern_12",
    "kernel_matern_32",
    "kernel_matern_52",
    "kernel_se",
    "load_shrinkGPR",
    "LPDS",
    "save_shrinkGPR",
    "shrinkGPR",
    "shrinkMVGPR",
    "shrinkMVTPR",
    "shrinkTPR",
    "simGPR",
    "simMVGPR",
    "sylvester"
  ],
  "_help": [
    {
      "page": "calc_pred_moments",
      "title": "Calculate Predictive Moments",
      "topics": [
        "calc_pred_moments"
      ]
    },
    {
      "page": "eval_pred_dens",
      "title": "Evaluate Predictive Densities",
      "topics": [
        "eval_pred_dens"
      ]
    },
    {
      "page": "gen_marginal_samples",
      "title": "Generate Marginal Samples of Predictive Distribution",
      "topics": [
        "gen_marginal_samples"
      ]
    },
    {
      "page": "gen_posterior_samples",
      "title": "Generate Posterior Samples",
      "topics": [
        "gen_posterior_samples"
      ]
    },
    {
      "page": "kernel_functions",
      "title": "Kernel Functions for Gaussian and t Processes",
      "topics": [
        "kernel_functions",
        "kernel_matern_12",
        "kernel_matern_32",
        "kernel_matern_52",
        "kernel_se"
      ]
    },
    {
      "page": "load_shrinkGPR",
      "title": "Load a saved shrinkGPR model object from disk",
      "topics": [
        "load_shrinkGPR"
      ]
    },
    {
      "page": "LPDS",
      "title": "Log Predictive Density Score",
      "topics": [
        "LPDS"
      ]
    },
    {
      "page": "plot.shrinkGPR",
      "title": "Graphical summary of posterior of theta",
      "concept": [
        "plotting functions"
      ],
      "topics": [
        "plot.shrinkGPR"
      ]
    },
    {
      "page": "plot.shrinkGPR_marg_samples_1D",
      "title": "Plot method for 1D marginal predictions",
      "concept": [
        "plotting functions"
      ],
      "topics": [
        "plot.shrinkGPR_marg_samples_1D"
      ]
    },
    {
      "page": "plot.shrinkGPR_marg_samples_2D",
      "title": "Plot method for 2D marginal predictions",
      "concept": [
        "plotting functions"
      ],
      "topics": [
        "plot.shrinkGPR_marg_samples_2D"
      ]
    },
    {
      "page": "plot.shrinkMVGPR",
      "title": "Graphical summary of posterior of theta",
      "concept": [
        "plotting functions"
      ],
      "topics": [
        "plot.shrinkMVGPR"
      ]
    },
    {
      "page": "plot.shrinkTPR",
      "title": "Graphical summary of posterior of theta",
      "concept": [
        "plotting functions"
      ],
      "topics": [
        "plot.shrinkTPR"
      ]
    },
    {
      "page": "predict.shrinkGPR",
      "title": "Generate Predictions",
      "topics": [
        "predict.shrinkGPR"
      ]
    },
    {
      "page": "predict.shrinkMVGPR",
      "title": "Generate Predictions",
      "topics": [
        "predict.shrinkMVGPR"
      ]
    },
    {
      "page": "predict.shrinkTPR",
      "title": "Generate Predictions",
      "topics": [
        "predict.shrinkTPR"
      ]
    },
    {
      "page": "save_shrinkGPR",
      "title": "Save a fitted shrinkGPR model object to disk",
      "topics": [
        "save_shrinkGPR"
      ]
    },
    {
      "page": "shrinkGPR",
      "title": "Gaussian Process Regression with Shrinkage and Normalizing Flows",
      "topics": [
        "shrinkGPR"
      ]
    },
    {
      "page": "shrinkMVGPR",
      "title": "Multivariate Gaussian Process Regression with Shrinkage and Normalizing Flows",
      "topics": [
        "shrinkMVGPR"
      ]
    },
    {
      "page": "shrinkMVTPR",
      "title": "Multivariate Student-t Process Regression with Shrinkage and Normalizing Flows",
      "topics": [
        "shrinkMVTPR"
      ]
    },
    {
      "page": "shrinkTPR",
      "title": "Student-t Process Regression with Shrinkage and Normalizing Flows",
      "topics": [
        "shrinkTPR"
      ]
    },
    {
      "page": "simGPR",
      "title": "Simulate Data for Gaussian Process Regression",
      "topics": [
        "simGPR"
      ]
    },
    {
      "page": "simMVGPR",
      "title": "Simulate Data for Multivariate Gaussian Process Regression",
      "topics": [
        "simMVGPR"
      ]
    },
    {
      "page": "sylvester",
      "title": "Sylvester Normalizing Flow",
      "topics": [
        "sylvester"
      ]
    }
  ],
  "_readme": "https://github.com/neferkareii/shrinkgpr/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "callr",
    "cli",
    "coro",
    "crayon",
    "desc",
    "farver",
    "glue",
    "gsl",
    "hms",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "mniw",
    "pkgconfig",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "safetensors",
    "scales",
    "torch",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "shrinkgpr",
  "_universes": [
    "neferkareii"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.1",
      "date": "2026-06-02T09:22:46.000Z",
      "distro": "noble",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "e199c72071a88e62ac736665f600844edc7eb17e4bcff2ab1027d2e9744a1a75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.1",
      "date": "2026-06-02T09:22:46.000Z",
      "distro": "noble",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "1fe80633d541589efa16fc9f2456da9742182779ab237f186231ea7d8e728861",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.1",
      "date": "2026-06-02T09:22:44.000Z",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "96817701a6fa3b1cfe82bc6185b1cb5b0703c146be4e442f804c6c13272e5892",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.1",
      "date": "2026-06-02T09:22:19.000Z",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "32825338b3dcc22e7d126bb7d4caceab693554cc0f0e8a00824ca9f157dfb7c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.1",
      "date": "2026-06-02T09:22:43.000Z",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "f2694d1bd233bbe541e43d607641cf6961f77923fd6ff094147f219fa424a3dd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.1",
      "date": "2026-06-03T06:31:31.000Z",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "74f314c609ad272d75f97a171ca73265239ee7dad6dd230fc89b424fae295f45",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.1",
      "date": "2026-06-02T09:21:33.000Z",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "68e45270fec5ad952ba45d14f88ecf891bed0ca819f411cb627c0c37ba90e1fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.1",
      "date": "2026-06-02T09:21:49.000Z",
      "commit": "7bf15e56296209320bed53e8db7f10e2b4d7578d",
      "fileid": "17735505de2970bf12f746c2d54d614ba37de19e73585c72ec42a9a33e95d0fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/neferkareii/actions/runs/26810385761"
    }
  ]
}