{
  "_id": "6a5de80e9baadeef8ab560f4",
  "Package": "jagsUI",
  "Version": "1.6.3",
  "Date": "2026-01-09",
  "Title": "A Wrapper Around 'rjags' to Streamline 'JAGS' Analyses",
  "Authors@R": "c(\nperson(\"Ken\", \"Kellner\", email=\"contact@kenkellner.com\", role=c(\"cre\",\"aut\")),\nperson(\"Mike\", \"Meredith\", role=\"ctb\")\n)",
  "SystemRequirements": "JAGS (http://mcmc-jags.sourceforge.net)",
  "Description": "A set of wrappers around 'rjags' functions to run Bayesian\nanalyses in 'JAGS' (specifically, via 'libjags').  A single\nfunction call can control adaptive, burn-in, and sampling MCMC\nphases, with MCMC chains run in sequence or in parallel.\nPosterior distributions are automatically summarized (with the\nability to exclude some monitored nodes if desired) and\nfunctions are available to generate figures based on the\nposteriors (e.g., predictive check plots, traceplots). Function\ninputs, argument syntax, and output format are nearly identical\nto the 'R2WinBUGS'/'R2OpenBUGS' packages to allow easy\nswitching between MCMC samplers.",
  "License": "GPL-3",
  "URL": "https://kenkellner.com/jagsUI/",
  "BugReports": "https://github.com/kenkellner/jagsUI/issues",
  "NeedsCompilation": "no",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "jags",
  "Repository": "https://kenkellner.r-universe.dev",
  "Date/Publication": "2026-01-29 20:34:49 UTC",
  "RemoteUrl": "https://github.com/kenkellner/jagsui",
  "RemoteRef": "HEAD",
  "RemoteSha": "cea4dac3ade6819f436e32c48a67ab31aec37944",
  "Packaged": {
    "Date": "2026-07-20 09:16:36 UTC",
    "User": "root"
  },
  "Author": "Ken Kellner [cre, aut],\nMike Meredith [ctb]",
  "Maintainer": "Ken Kellner <contact@kenkellner.com>",
  "_user": "kenkellner",
  "_type": "src",
  "_file": "jagsUI_1.6.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/4db7bb5628d2dd48e3c7d0c94b29ea95833a3c7c89e5a51a75a438dddf7fd06c",
  "_filesize": 2055484,
  "_sha256": "4db7bb5628d2dd48e3c7d0c94b29ea95833a3c7c89e5a51a75a438dddf7fd06c",
  "_expires": "2026-10-28T09:19:08.000Z",
  "_created": "2026-07-20T09:16:36.000Z",
  "_published": "2026-07-20T09:19:10.686Z",
  "_jobs": [
    {
      "job": 88314693527,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456240197"
    },
    {
      "job": 88314693634,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456237597"
    },
    {
      "job": 88314693573,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456234669"
    },
    {
      "job": 88314693513,
      "time": 82,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456224632"
    },
    {
      "job": 88314117151,
      "time": 164,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456188919"
    },
    {
      "job": 88314693596,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8456229391"
    },
    {
      "job": 88314693604,
      "time": 60,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456215742"
    },
    {
      "job": 88314693581,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456218645"
    },
    {
      "job": 88314693657,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456227398"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110",
  "_status": "success",
  "_upstream": "https://github.com/kenkellner/jagsui",
  "_commit": {
    "id": "cea4dac3ade6819f436e32c48a67ab31aec37944",
    "author": "Ken Kellner <ken@kenkellner.com>",
    "committer": "Ken Kellner <ken@kenkellner.com>",
    "message": "Remove duplicate entries from parameters.to.save, fixes #55\n",
    "time": 1769718889
  },
  "_maintainer": {
    "name": "Ken Kellner",
    "email": "contact@kenkellner.com",
    "login": "kenkellner",
    "description": "",
    "uuid": 6852955
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.14.0",
      "role": "Depends"
    },
    {
      "package": "coda",
      "version": ">= 0.13",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "rjags",
      "version": ">= 4-17",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "kenkellner",
  "_selfowned": true,
  "_usedby": 6,
  "_updates": [
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v1.6.3",
      "date": "2026-01-09"
    }
  ],
  "_stars": 37,
  "_contributors": [
    {
      "user": "kenkellner",
      "count": 191,
      "uuid": 6852955
    },
    {
      "user": "mikemeredith",
      "count": 5,
      "uuid": 1969451
    },
    {
      "user": "martynplummer",
      "count": 1,
      "uuid": 3372481
    }
  ],
  "_userbio": {
    "uuid": 6852955,
    "type": "user",
    "name": "Ken Kellner",
    "followers": 60
  },
  "_downloads": {
    "count": 2995,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/jagsUI"
  },
  "_mentions": 73,
  "_devurl": "https://github.com/kenkellner/jagsui",
  "_searchresults": 1748,
  "_topics": [
    "jags",
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/jagsUI.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kenkellner/jagsui",
  "_realowner": "kenkellner",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.3.1",
      "date": "2015-01-16"
    },
    {
      "version": "1.3.7",
      "date": "2015-06-11"
    },
    {
      "version": "1.4.2",
      "date": "2016-02-22"
    },
    {
      "version": "1.4.4",
      "date": "2016-12-03"
    },
    {
      "version": "1.4.8",
      "date": "2017-11-17"
    },
    {
      "version": "1.4.9",
      "date": "2017-12-12"
    },
    {
      "version": "1.5.0",
      "date": "2018-09-12"
    },
    {
      "version": "1.5.1",
      "date": "2019-07-30"
    },
    {
      "version": "1.5.2",
      "date": "2021-06-18"
    },
    {
      "version": "1.6.1",
      "date": "2024-01-23"
    },
    {
      "version": "1.6.2",
      "date": "2024-01-30"
    },
    {
      "version": "1.6.3",
      "date": "2026-01-10"
    }
  ],
  "_exports": [
    "autojags",
    "densityplot",
    "jags",
    "jags.basic",
    "jags.View",
    "jagsUI",
    "pp.check",
    "traceplot",
    "whiskerplot"
  ],
  "_help": [
    {
      "page": "autojags",
      "title": "Automatically run jagsUI analyses to convergence",
      "topics": [
        "autojags"
      ]
    },
    {
      "page": "densityplot",
      "title": "Density plots of JAGS output",
      "topics": [
        "densityplot"
      ]
    },
    {
      "page": "jags",
      "title": "Call JAGS from R",
      "topics": [
        "jags",
        "jagsUI",
        "jagsUI-class"
      ]
    },
    {
      "page": "jagsbasic",
      "title": "Simplified function to call JAGS from R",
      "topics": [
        "jags.basic",
        "jagsUIbasic-class"
      ]
    },
    {
      "page": "jags_View",
      "title": "View a jagsUI output object in a separate window",
      "topics": [
        "jags.View"
      ]
    },
    {
      "page": "ppcheck",
      "title": "Posterior Predictive Checks for Bayesian Analyses fit in JAGS",
      "topics": [
        "pp.check"
      ]
    },
    {
      "page": "traceplot",
      "title": "Traceplots of JAGS output",
      "topics": [
        "traceplot"
      ]
    },
    {
      "page": "update",
      "title": "Update a JAGS model",
      "topics": [
        "update",
        "update.jagsUI",
        "update.jagsUIbasic"
      ]
    },
    {
      "page": "whiskerplot",
      "title": "Whisker plots of parameter posterior distributions",
      "topics": [
        "whiskerplot"
      ]
    }
  ],
  "_readme": "https://github.com/kenkellner/jagsui/raw/HEAD/README.md",
  "_rundeps": [
    "coda",
    "lattice",
    "rjags"
  ],
  "_sysdeps": [
    {
      "shlib": "libjags",
      "package": "jags",
      "headers": "jags",
      "source": "jags",
      "version": "4.3.2-2.2604.0",
      "name": "jags",
      "homepage": "https://mcmc-jags.sourceforge.io",
      "description": "Just Another Gibbs Sampler for Bayesian MCMC - binary"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "jagsUI.Rmd",
      "filename": "jagsUI.html",
      "title": "Introduction to jagsUI",
      "engine": "knitr::knitr",
      "headings": [
        "Installing JAGS",
        "Typical jagsUI Workflow",
        "1. Organize data",
        "2. Write BUGS model file",
        "3. Initial values",
        "4. Parameters to monitor",
        "5. MCMC settings",
        "6. Run JAGS",
        "7. Examine output",
        "Diagnostics",
        "Posteriors",
        "Update"
      ],
      "created": "2024-01-21 21:33:55",
      "modified": "2024-01-21 22:24:12",
      "commits": 2
    }
  ],
  "_score": 10.843442479857996,
  "_indexed": true,
  "_nocasepkg": "jagsui",
  "_universes": [
    "kenkellner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.3",
      "date": "2026-07-20T09:18:37.000Z",
      "distro": "resolute",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/9c739103eb405d8a202db4ad94f68df18b1f7e20034b67392cf757de395023d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.6.3",
      "date": "2026-07-20T09:18:32.000Z",
      "distro": "resolute",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/9d537445afe03ff1a62119597051f750e73ea8a55fea875b9eadc682e0d481c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.3",
      "date": "2026-07-20T09:18:27.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/aa802765f836c0f3b1220f8247eb78f3c1b271c81208d39a82d25a98092a8ab3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.6.3",
      "date": "2026-07-20T09:18:02.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/2a8e113f2a1e91cac811fa45da9231825a1b7deb1865ca4999878de786dcb00e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.3",
      "date": "2026-07-20T09:18:26.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/1a99cc934ca8783a23c4e7109d0198bda7bdc7541b81cd81a77e10ad2be6627b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.3",
      "date": "2026-07-20T09:17:34.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/8716c94b2a8c2756597f166dd8d44d4661c0c103b66414163d01a750903007d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.3",
      "date": "2026-07-20T09:17:40.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/25b119bed0a29a0c3a3483bb47e34c33fe7adc7365d69556fd788eeb222df31d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.6.3",
      "date": "2026-07-20T09:18:01.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "https://r2.ropensci.org/2064b42ad19e0c4b999f20f5c43e185435e1b0a6ed2440bf15d420f56775f874",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/29730632110"
    }
  ]
}