{
  "_id": "6a1f3362b401979e73428179",
  "Package": "nimbleQuad",
  "Title": "Laplace Approximation, Quadrature, and Nested Deterministic\nApproximation Methods for 'nimble'",
  "Description": "Provides deterministic approximation methods for use with\nthe 'nimble' package. These include Laplace approximation and\nhigher-order extension of Laplace approximation using adaptive\nGauss-Hermite quadrature (AGHQ), plus nested deterministic\napproximation methods related to the 'INLA' approach.\nAdditional information is available in the NIMBLE User Manual\nand a 'nimbleQuad' tutorial, both available at\n<https://r-nimble.org/documentation.html>.",
  "Version": "1.4.0",
  "Date": "2026-01-08",
  "Maintainer": "Christopher Paciorek <paciorek@stat.berkeley.edu>",
  "Authors@R": "c(\nperson(\"Paul\", \"van Dam-Bates\", role = \"aut\"),\nperson(\"Perry\", \"de Valpine\", role = \"aut\"),\nperson(\"Wei\", \"Zhang\", role = \"aut\"),\nperson(\"Christopher\", \"Paciorek\", , \"paciorek@stat.berkeley.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Daniel\", \"Turek\", role = \"aut\")\n)",
  "License": "BSD_3_clause + file LICENSE | GPL (>= 2)",
  "Copyright": "See COPYRIGHTS file.",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Collate": "quadratureRules.R quadratureGrids.R Laplace.R\nbuildNestedApprox.R runNestedApprox.R summaryUtils.R",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 07:18:11 UTC",
    "User": "root"
  },
  "Author": "Paul van Dam-Bates [aut], Perry de Valpine [aut], Wei Zhang\n[aut], Christopher Paciorek [aut, cre], Daniel Turek [aut]",
  "Config/pak/sysreqs": "libglpk-dev make libxml2-dev",
  "Repository": "https://paciorek.r-universe.dev",
  "Date/Publication": "2026-01-14 09:10:08 UTC",
  "RemoteUrl": "https://github.com/cran/nimbleQuad",
  "RemoteRef": "HEAD",
  "RemoteSha": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
  "MD5sum": "48ba2dc45d4a8fc89bd7ce705c31fb12",
  "_user": "paciorek",
  "_type": "src",
  "_file": "nimbleQuad_1.4.0.tar.gz",
  "_fileid": "361c958dd1065634ea15b49c7691cedd6773ccebf1fc7e896daa472f1cf809a3",
  "_filesize": 397102,
  "_sha256": "361c958dd1065634ea15b49c7691cedd6773ccebf1fc7e896daa472f1cf809a3",
  "_created": "2026-05-15T07:18:11.000Z",
  "_published": "2026-06-02T19:47:46.667Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79158008683,
      "time": 162,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7012128542"
    },
    {
      "job": 79158008592,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7012125307"
    },
    {
      "job": 79158008582,
      "time": 125,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7012119062"
    },
    {
      "job": 79158008774,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7012120995"
    },
    {
      "job": 79158007503,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7012087962"
    },
    {
      "job": 79158007780,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368162427"
    },
    {
      "job": 79158008497,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7012115157"
    },
    {
      "job": 79158009030,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7012114783"
    },
    {
      "job": 79158008741,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7012113777"
    }
  ],
  "_buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/nimbleQuad",
  "_commit": {
    "id": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
    "author": "Christopher Paciorek <paciorek@stat.berkeley.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.4.0\n",
    "time": 1768381808
  },
  "_maintainer": {
    "name": "Christopher Paciorek",
    "email": "paciorek@stat.berkeley.edu",
    "login": "paciorek",
    "uuid": 2501598
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "nimble",
      "version": ">= 1.4.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "pracma",
      "role": "Imports"
    },
    {
      "package": "polynom",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "mvQuad",
      "role": "Suggests"
    },
    {
      "package": "faraway",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2026-03",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.4.0",
      "date": "2026-01-14"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "paciorek",
      "count": 1,
      "uuid": 2501598
    }
  ],
  "_userbio": {
    "uuid": 2501598,
    "type": "user",
    "name": "Christopher Paciorek"
  },
  "_downloads": {
    "count": 3587,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nimbleQuad"
  },
  "_searchresults": 15,
  "_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/nimbleQuad.html",
    "manual.pdf"
  ],
  "_realowner": "paciorek",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.4.0",
      "date": "2026-01-14"
    }
  ],
  "_exports": [
    "buildAGHQ",
    "buildLaplace",
    "buildNestedApprox",
    "calcMarginalLogLikImproved",
    "configureQuadGrid",
    "dmarginal",
    "drop_algorithm",
    "emarginal",
    "improveParamMarginals",
    "logSumExp",
    "qmarginal",
    "QUAD_RULE_BASE",
    "quadGH",
    "quadGridCache",
    "quadRule_CCD",
    "quadRule_GH",
    "rmarginal",
    "runAGHQ",
    "runLaplace",
    "runNestedApprox",
    "sampleLatents",
    "sampleParams",
    "setParamGrid",
    "summaryAGHQ",
    "summaryLaplace"
  ],
  "_help": [
    {
      "page": "approxSummary",
      "title": "Main class for nested approximation information",
      "topics": [
        "approxSummary"
      ]
    },
    {
      "page": "laplace",
      "title": "Laplace approximation and adaptive Gauss-Hermite quadrature",
      "topics": [
        "AGHQ",
        "AGHQuad",
        "buildAGHQ",
        "buildLaplace",
        "Laplace",
        "laplace"
      ]
    },
    {
      "page": "buildNestedApprox",
      "title": "Build Nested Bayesian Approximation Using Quadrature-based Methods",
      "topics": [
        "buildNestedApprox",
        "INLA",
        "nested",
        "nestedApprox"
      ]
    },
    {
      "page": "calcMarginalLogLikImproved",
      "title": "Calculate improved marginal log-likelihood using grid-based quadrature",
      "topics": [
        "calcMarginalLogLikImproved"
      ]
    },
    {
      "page": "configureQuadGrid",
      "title": "Configure Quadrature Grids",
      "topics": [
        "configureQuadGrid"
      ]
    },
    {
      "page": "dmarginal",
      "title": "Evaluate the marginal posterior density for a parameter.",
      "topics": [
        "dmarginal"
      ]
    },
    {
      "page": "drop_algorithm",
      "title": "Drop Algorithm to generate permutations of dimension d with a fixed sum.",
      "topics": [
        "drop_algorithm"
      ]
    },
    {
      "page": "emarginal",
      "title": "Compute the expectation of a function of a parameter under the marginal posterior distribution",
      "topics": [
        "emarginal"
      ]
    },
    {
      "page": "improveParamMarginals",
      "title": "Improve univariate parameter marginals using grid-based quadrature",
      "topics": [
        "improveParamMarginals"
      ]
    },
    {
      "page": "logSumExp",
      "title": "Log sum exponential.",
      "topics": [
        "logSumExp"
      ]
    },
    {
      "page": "plotMarginal",
      "title": "Plot the marginal posterior for a parameter",
      "topics": [
        "plotMarginal"
      ]
    },
    {
      "page": "qmarginal",
      "title": "Compute quantiles for a parameter",
      "topics": [
        "qmarginal"
      ]
    },
    {
      "page": "QUAD_RULE_BASE",
      "title": "Base class for nimble function list quadrature rules.",
      "topics": [
        "QUAD_RULE_BASE"
      ]
    },
    {
      "page": "quadGH",
      "title": "Gauss-Hermite Quadrature Points in one dimension",
      "topics": [
        "quadGH"
      ]
    },
    {
      "page": "quadGridCache",
      "title": "Caching system for building multiple quadrature grids.",
      "topics": [
        "quadGridCache"
      ]
    },
    {
      "page": "quadRule_CCD",
      "title": "Central Composite Design (CCD) used for approximate posterior distributions.",
      "topics": [
        "quadRule_CCD"
      ]
    },
    {
      "page": "quadRule_GH",
      "title": "Gauss-Hermite Quadrature Rule for Laplace and Approx Posteriors",
      "topics": [
        "quadRule_GH"
      ]
    },
    {
      "page": "rmarginal",
      "title": "Draw random samples from the marginal posterior of a parameter",
      "topics": [
        "rmarginal"
      ]
    },
    {
      "page": "runLaplace",
      "title": "Combine steps of running Laplace or adaptive Gauss-Hermite quadrature approximation",
      "topics": [
        "runAGHQ",
        "runLaplace"
      ]
    },
    {
      "page": "runNestedApprox",
      "title": "Run a nested approximation, returning a summary object with default inference",
      "topics": [
        "runNestedApprox"
      ]
    },
    {
      "page": "sampleLatents",
      "title": "Sample from the posterior distribution of the latent nodes",
      "topics": [
        "sampleLatents"
      ]
    },
    {
      "page": "sampleParams",
      "title": "Sample from the parameter posterior distribution",
      "topics": [
        "sampleParams"
      ]
    },
    {
      "page": "setParamGrid",
      "title": "Set the parameter grid for the nested approximation",
      "topics": [
        "setParamGrid"
      ]
    },
    {
      "page": "summaryLaplace",
      "title": "Summarize results from Laplace or adaptive Gauss-Hermite quadrature approximation",
      "topics": [
        "summaryAGHQ",
        "summaryLaplace"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "coda",
    "cpp11",
    "glue",
    "igraph",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "nimble",
    "numDeriv",
    "pkgconfig",
    "polynom",
    "pracma",
    "R6",
    "rlang",
    "vctrs"
  ],
  "_score": 2.685065145170973,
  "_indexed": true,
  "_nocasepkg": "nimblequad",
  "_universes": [
    "paciorek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-05-15T07:20:32.000Z",
      "distro": "noble",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "7207f17b300180caffcf22ce7716fdca9d3d74240907ada4fee772948ec92cab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.0",
      "date": "2026-05-15T07:20:22.000Z",
      "distro": "noble",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "6e76ab5e6125bd86d70a7977ed355b85ac723deb98473ede4fd03672b5d2259b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-05-15T07:20:09.000Z",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "5112b300b472e97519ec5ea67bd4f6b0775f8324b77c43fb7c00766ea2b48fb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.0",
      "date": "2026-05-15T07:20:10.000Z",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "58504f0b12f62161acaa49f5a212a5252a00c4ead34c96c088f8c73e89461721",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-05-15T07:19:36.000Z",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "6c4f1f1d19de9b645185ade7f72012f6d848dd9a1f72df62e65e47a92344315f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-05-15T07:19:34.000Z",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "fa797b14b61028954656ec5f6a39cd86dbc41221a919aff110d3967a34bca519",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.0",
      "date": "2026-05-15T07:19:29.000Z",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "d795f3418d772cd47d69ae62d798fcf4a236283a2c25cc7b0d55bca7ee99c1f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.0",
      "date": "2026-06-02T19:47:21.000Z",
      "commit": "f23664a8998f2e3c1a1810b24e5689f778df3fc5",
      "fileid": "9e62e04b72f5514d85cb8a7ede2fae8c7033b0961030b1fc5a9b0c5b899e1aa1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/paciorek/actions/runs/25905507968"
    }
  ]
}