{
  "_id": "6a19328facfb0bcc41dd1655",
  "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-05-29 06:14:21 UTC",
    "User": "root"
  },
  "Author": "Ken Kellner [cre, aut],\nMike Meredith [ctb]",
  "Maintainer": "Ken Kellner <contact@kenkellner.com>",
  "MD5sum": "c61846f8571d8519c757da860666d574",
  "_user": "kenkellner",
  "_type": "src",
  "_file": "jagsUI_1.6.3.tar.gz",
  "_fileid": "e902fa933e3222c4bf6759cd97aed28c0442de5ca97a19ca587c4b704f1a68c5",
  "_filesize": 2133570,
  "_sha256": "e902fa933e3222c4bf6759cd97aed28c0442de5ca97a19ca587c4b704f1a68c5",
  "_created": "2026-05-29T06:14:21.000Z",
  "_published": "2026-05-29T06:30:39.691Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78448130000,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7284335496"
    },
    {
      "job": 78448130074,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7284334962"
    },
    {
      "job": 78448130015,
      "time": 205,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7284483677"
    },
    {
      "job": 78448130041,
      "time": 265,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7284515014"
    },
    {
      "job": 78447828080,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7284308765"
    },
    {
      "job": 78448130032,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7284330652"
    },
    {
      "job": 78448130033,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7284327193"
    },
    {
      "job": 78448130026,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7284326994"
    },
    {
      "job": 78448130048,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7284327001"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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"
  },
  "_downloads": {
    "count": 5790,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/jagsUI"
  },
  "_mentions": 73,
  "_devurl": "https://github.com/kenkellner/jagsui",
  "_searchresults": 1840,
  "_topics": [
    "jags",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_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.2404.0",
      "name": "jags",
      "homepage": "https://mcmc-jags.sourceforge.io",
      "description": "Just Another Gibbs Sampler for Bayesian MCMC - binary\nJAGS is Just Another Gibbs Sampler.  It is a program for analysis of\nBayesian hierarchical models using Markov Chain Monte Carlo (MCMC)\nsimulation not wholly unlike BUGS.\n\nJAGS was written with three aims in mind:\n* To have an engine for the BUGS language that runs on Unix\n* To be extensible, allowing users to write their own functions,\ndistributions and samplers.\n* To be a plaftorm for experimentation with ideas in Bayesian modelling\n\nThis package contains the 'jags' binary as well as the associated\nshared library modules loaded by the binary."
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "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": 11.152000611571255,
  "_indexed": true,
  "_nocasepkg": "jagsui",
  "_universes": [
    "kenkellner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.3",
      "date": "2026-05-29T06:16:20.000Z",
      "distro": "noble",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "a23a6d7b00cde697ab3abefaddadc6e5117fb10d926d769a9124acc6abb35eb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.3",
      "date": "2026-05-29T06:16:18.000Z",
      "distro": "noble",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "9189d4e6e50130576e435d06e622745e0e1708accecdba3786fee0ff0b09fba5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.3",
      "date": "2026-05-29T06:27:02.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "2dd5163e454c3ec45e6d454aacf9aa3c74fd7de4a81cb9480a18d5b79f69e4ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.3",
      "date": "2026-05-29T06:29:20.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "6a24d4241f1be8bd37fc45444e94fa42e0dab7e9759472fe8d18f7c3c5707b9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.3",
      "date": "2026-05-29T06:16:14.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "bb5e04429031832db9d4b625d2fb31d328db0b3adf4e41b609575f2561190e33",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.3",
      "date": "2026-05-29T06:15:40.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "d99e5b254862da043fc89cc67316f1af6e248ba6e0f152ef50f861b504bb6eaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.3",
      "date": "2026-05-29T06:15:39.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "80b10e3d343893522c58bc329edb37b702d1ca77836be560ae8329157ccd8949",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.3",
      "date": "2026-05-29T06:15:39.000Z",
      "commit": "cea4dac3ade6819f436e32c48a67ab31aec37944",
      "fileid": "8e2ceda137f2c19127d3ef227f7267fc6062813388946d1f773dc3e10daa046f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kenkellner/actions/runs/26621351109"
    }
  ]
}