{
  "_id": "6a1efcaab401979e73419812",
  "Package": "likert",
  "Type": "Package",
  "Title": "Analysis and Visualization Likert Items",
  "Version": "2.0.1",
  "Date": "2025-03-24",
  "Authors@R": "c(\nperson(\"Jason\", \"Bryer\", , \"jason@bryer.org\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-2454-0402\")),\nperson(\"Kim\", \"Speerschneider\", , \"kimkspeer@gmail.com\", role = \"ctb\")\n)",
  "URL": "http://jbryer.github.io/likert/, https://github.com/jbryer/likert",
  "BugReports": "https://github.com/jbryer/likert/issues",
  "Description": "An approach to analyzing Likert response items, with an\nemphasis on visualizations. The stacked bar plot is the\npreferred method for presenting Likert results. Tabular results\nare also implemented along with density plots to assist\nresearchers in determining whether Likert responses can be used\nquantitatively instead of qualitatively. See the likert(),\nsummary.likert(), and plot.likert() functions to get started.",
  "License": "GPL",
  "LazyLoad": "yes",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://jbryer.r-universe.dev",
  "Date/Publication": "2025-03-26 02:19:58 UTC",
  "RemoteUrl": "https://github.com/jbryer/likert",
  "RemoteRef": "HEAD",
  "RemoteSha": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 10:11:50 UTC",
    "User": "root"
  },
  "Author": "Jason Bryer [aut, cre] (ORCID: <https://orcid.org/0000-0002-2454-0402>),\nKim Speerschneider [ctb]",
  "Maintainer": "Jason Bryer <jason@bryer.org>",
  "MD5sum": "5755f9267eaa62aded9e09cefa8b3531",
  "_user": "jbryer",
  "_type": "src",
  "_file": "likert_2.0.1.tar.gz",
  "_fileid": "705d6f59336c9412f1d4f61750e6b10d1a45e84da587dc32329d5b4243af7a1b",
  "_filesize": 2140939,
  "_sha256": "705d6f59336c9412f1d4f61750e6b10d1a45e84da587dc32329d5b4243af7a1b",
  "_created": "2026-05-18T10:11:50.000Z",
  "_published": "2026-06-02T15:54:18.888Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79113556506,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7055093717"
    },
    {
      "job": 79113556991,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7055091659"
    },
    {
      "job": 79113556419,
      "time": 139,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7055083086"
    },
    {
      "job": 79113556365,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7055074950"
    },
    {
      "job": 79113556350,
      "time": 221,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7055036792"
    },
    {
      "job": 79113555637,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362923650"
    },
    {
      "job": 79113556554,
      "time": 207,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7055110685"
    },
    {
      "job": 79113556622,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7055074501"
    },
    {
      "job": 79113556654,
      "time": 105,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7055072067"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jbryer/likert",
  "_commit": {
    "id": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
    "author": "Jason Bryer <jason@bryer.org>",
    "committer": "Jason Bryer <jason@bryer.org>",
    "message": "Added some code to vignette. Updated pkgdown site.\n",
    "time": 1742955598
  },
  "_maintainer": {
    "name": "Jason Bryer",
    "email": "jason@bryer.org",
    "login": "jbryer",
    "mastodon": "@jbryer@vis.social",
    "orcid": "0000-0002-2454-0402",
    "twitter": "@jbryer",
    "description": "Assistant Professor and Associate Director, Data Science and Information Systems, School of Professional Studies, CUNY",
    "uuid": 623759
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 2.2.0",
      "role": "Depends"
    },
    {
      "package": "psych",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "xtable",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "colourpicker",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    }
  ],
  "_owner": "jbryer",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "data-science",
    "visualization"
  ],
  "_stars": 319,
  "_contributors": [
    {
      "user": "jbryer",
      "count": 156,
      "uuid": 623759
    },
    {
      "user": "kspeer",
      "count": 12,
      "uuid": 2974585
    },
    {
      "user": "abidawson",
      "count": 8,
      "uuid": 26640108
    },
    {
      "user": "compstats",
      "count": 5,
      "uuid": 3411643
    },
    {
      "user": "m-dev-",
      "count": 5,
      "uuid": 2349730
    },
    {
      "user": "sumidu",
      "count": 1,
      "uuid": 23698
    },
    {
      "user": "ezequielscott",
      "count": 1,
      "uuid": 7003021
    },
    {
      "user": "daroczig",
      "count": 1,
      "uuid": 495736
    },
    {
      "user": "sipemu",
      "count": 1,
      "uuid": 1296999
    },
    {
      "user": "talgalili",
      "count": 1,
      "uuid": 976006
    },
    {
      "user": "leeper",
      "count": 1,
      "uuid": 3505428
    },
    {
      "user": "arcaldwell49",
      "count": 1,
      "uuid": 24322628
    },
    {
      "user": "gkalvelage",
      "count": 1,
      "uuid": 50993146
    },
    {
      "user": "lemna",
      "count": 1,
      "uuid": 3797294
    },
    {
      "user": "mine-cetinkaya-rundel",
      "count": 1,
      "uuid": 5965649
    },
    {
      "user": "shirdekel",
      "count": 1,
      "uuid": 49865192
    }
  ],
  "_userbio": {
    "uuid": 623759,
    "type": "user",
    "name": "Jason Bryer",
    "description": "Assistant Professor and Associate Director, Data Science and Information Systems, School of Professional Studies, CUNY"
  },
  "_downloads": {
    "count": 6037,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/likert"
  },
  "_mentions": 13,
  "_devurl": "https://github.com/jbryer/likert",
  "_pkgdown": "http://jbryer.github.io/likert/",
  "_searchresults": 620,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/likert.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jbryer/likert",
  "_realowner": "jbryer",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1",
      "date": "2013-09-25"
    },
    {
      "version": "1.2",
      "date": "2014-10-17"
    },
    {
      "version": "1.3.0",
      "date": "2015-10-23"
    },
    {
      "version": "1.3.1",
      "date": "2015-11-03"
    },
    {
      "version": "1.3.3",
      "date": "2015-12-15"
    },
    {
      "version": "1.3.5",
      "date": "2016-12-31"
    },
    {
      "version": "1.3.5.1",
      "date": "2025-08-02"
    }
  ],
  "_exports": [
    "likert",
    "likert.bar.plot",
    "likert.density.plot",
    "likert.heat.plot",
    "likert.histogram.plot",
    "likert.options",
    "recode",
    "reverse.levels",
    "shinyLikert"
  ],
  "_datasets": [
    {
      "name": "gap",
      "title": "Fictitious dataset with importance and satisfaction results across five different offices.",
      "object": "gap",
      "file": "gap.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "StudentId",
        "Financial Aid",
        "Bursar",
        "Advising",
        "Records and Registration",
        "Testing and Examination",
        "Financial Aid - Importance",
        "Bursar - Importance",
        "Advising - Importance",
        "Records and Registration - Importance",
        "Testing and Examination - Importance"
      ],
      "rows": 68,
      "table": true,
      "tojson": true
    },
    {
      "name": "likert_anchors",
      "title": "Sample Likert scale response anchors.",
      "object": "likert_anchors",
      "file": "likert_anchors.rda",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "mass",
      "title": "Results from an administration of the Math Anxiety Scale Survey.",
      "object": "mass",
      "file": "mass.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Gender",
        "I find math interesting.",
        "I get uptight during math tests.",
        "I think that I will use math in the future.",
        "Mind goes blank and I am unable to think clearly when doing my math test.",
        "Math relates to my life.",
        "I worry about my ability to solve math problems.",
        "I get a sinking feeling when I try to do math problems.",
        "I find math challenging.",
        "Mathematics makes me feel nervous.",
        "I would like to take more math classes.",
        "Mathematics makes me feel uneasy.",
        "Math is one of my favorite subjects.",
        "I enjoy learning with mathematics.",
        "Mathematics makes me feel confused."
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "MathAnxiety",
      "title": "Pre-summarized results from an administration of the Math Anxiety Scale Survey.",
      "object": "MathAnxiety",
      "file": "MathAnxiety.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Item",
        "Strongly Disagree",
        "Disagree",
        "Neutral",
        "Agree",
        "Strongly Agree"
      ],
      "rows": 14,
      "table": true,
      "tojson": true
    },
    {
      "name": "MathAnxietyGender",
      "title": "Pre-summarized results from an administration of the Math Anxiety Scale Survey grouped by gender.",
      "object": "MathAnxietyGender",
      "file": "MathAnxietyGender.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Group",
        "Item",
        "Strongly Disagree",
        "Disagree",
        "Neutral",
        "Agree",
        "Strongly Agree"
      ],
      "rows": 28,
      "table": true,
      "tojson": true
    },
    {
      "name": "pisaitems",
      "title": "Programme of International Student Assessment",
      "object": "pisaitems",
      "file": "pisaitems.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "CNT",
        "ST24Q01",
        "ST24Q02",
        "ST24Q03",
        "ST24Q04",
        "ST24Q05",
        "ST24Q06",
        "ST24Q07",
        "ST24Q08",
        "ST24Q09",
        "ST24Q10",
        "ST24Q11",
        "ST25Q01",
        "ST25Q02",
        "ST25Q03",
        "ST25Q04",
        "ST25Q05",
        "ST26Q01",
        "ST26Q02",
        "ST26Q03",
        "ST26Q04",
        "ST26Q05",
        "ST26Q06",
        "ST26Q07",
        "ST27Q01",
        "ST27Q02",
        "ST27Q03",
        "ST27Q04",
        "ST27Q05",
        "ST27Q06",
        "ST27Q07",
        "ST27Q08",
        "ST27Q09",
        "ST27Q10",
        "ST27Q11",
        "ST27Q12",
        "ST27Q13",
        "ST34Q01",
        "ST34Q02",
        "ST34Q03",
        "ST34Q04",
        "ST34Q05",
        "ST36Q01",
        "ST36Q02",
        "ST36Q03",
        "ST36Q04",
        "ST36Q05",
        "ST37Q01",
        "ST37Q02",
        "ST37Q03",
        "ST37Q04",
        "ST37Q05",
        "ST37Q06",
        "ST37Q07",
        "ST38Q01",
        "ST38Q02",
        "ST38Q03",
        "ST38Q04",
        "ST38Q05",
        "ST38Q06",
        "ST38Q07",
        "ST38Q08",
        "ST38Q09",
        "ST39Q01",
        "ST39Q02",
        "ST39Q03",
        "ST39Q04",
        "ST39Q05",
        "ST39Q06",
        "ST39Q07",
        "ST41Q01",
        "ST41Q02",
        "ST41Q03",
        "ST41Q04",
        "ST41Q05",
        "ST41Q06",
        "ST42Q01",
        "ST42Q02",
        "ST42Q03",
        "ST42Q04",
        "ST42Q05"
      ],
      "rows": 66690,
      "table": true,
      "tojson": true
    },
    {
      "name": "sasr",
      "title": "Results from the Survey of Academic Self-Regulation (SASR).",
      "object": "sasr",
      "file": "sasr.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "SASR1",
        "SASR2",
        "SASR3",
        "SASR4",
        "SASR5",
        "SASR6",
        "SASR7",
        "SASR8",
        "SASR9",
        "SASR10",
        "SASR11",
        "SASR12",
        "SASR13",
        "SASR14",
        "SASR15",
        "SASR16",
        "SASR17",
        "SASR18",
        "SASR19",
        "SASR20",
        "SASR21",
        "SASR22",
        "SASR23",
        "SASR24",
        "SASR25",
        "SASR26",
        "SASR27",
        "SASR28",
        "SASR29",
        "SASR30",
        "SASR31",
        "SASR32",
        "SASR33",
        "SASR34",
        "SASR35",
        "SASR36",
        "SASR37",
        "SASR38",
        "SASR39",
        "SASR40",
        "SASR41",
        "SASR42",
        "SASR43",
        "SASR44",
        "SASR45",
        "SASR46",
        "SASR47",
        "SASR48",
        "SASR49",
        "SASR50",
        "SASR51",
        "SASR52",
        "SASR53",
        "SASR54",
        "SASR55",
        "SASR56",
        "SASR57",
        "SASR58",
        "SASR59",
        "SASR60",
        "SASR61",
        "SASR62",
        "SASR63"
      ],
      "rows": 860,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "likert-package",
      "title": "Likert Analysis and Visualization",
      "topics": [
        "likert-package"
      ]
    },
    {
      "page": "abs_formatter",
      "title": "Absolute value formatter for continuous_scale",
      "topics": [
        "abs_formatter"
      ]
    },
    {
      "page": "align.plots",
      "title": "Adapted from ggExtra package which is no longer available. This is related to an experimental mlpsa plot that will combine the circular plot along with the two individual distributions.",
      "topics": [
        "align.plots"
      ]
    },
    {
      "page": "gap",
      "title": "Fictitious dataset with importance and satisfaction results across five different offices.",
      "topics": [
        "gap"
      ]
    },
    {
      "page": "label_wrap_mod",
      "title": "Wrap label text.",
      "topics": [
        "label_wrap_mod"
      ]
    },
    {
      "page": "likert",
      "title": "Analyze Likert type items.",
      "topics": [
        "likert"
      ]
    },
    {
      "page": "likert_anchors",
      "title": "Sample Likert scale response anchors.",
      "topics": [
        "likert_anchors"
      ]
    },
    {
      "page": "likert.bar.plot",
      "title": "Bar Plot for Likert Items.",
      "topics": [
        "likert.bar.plot"
      ]
    },
    {
      "page": "likert.density.plot",
      "title": "Creates a density plot for likert items.",
      "topics": [
        "likert.density.plot"
      ]
    },
    {
      "page": "likert.heat.plot",
      "title": "Internal method.",
      "topics": [
        "likert.heat.plot"
      ]
    },
    {
      "page": "likert.histogram.plot",
      "title": "Histogram of number of responses.",
      "topics": [
        "likert.histogram.plot"
      ]
    },
    {
      "page": "likert.matrix.plot",
      "title": "Matrix plot (experimental)",
      "topics": [
        "likert.matrix.plot"
      ]
    },
    {
      "page": "likert.options",
      "title": "Builds an object with options for plotting `likert` results.",
      "topics": [
        "likert.options"
      ]
    },
    {
      "page": "mass",
      "title": "Results from an administration of the Math Anxiety Scale Survey.",
      "topics": [
        "mass"
      ]
    },
    {
      "page": "MathAnxiety",
      "title": "Pre-summarized results from an administration of the Math Anxiety Scale Survey.",
      "topics": [
        "MathAnxiety"
      ]
    },
    {
      "page": "MathAnxietyGender",
      "title": "Pre-summarized results from an administration of the Math Anxiety Scale Survey grouped by gender.",
      "topics": [
        "MathAnxietyGender"
      ]
    },
    {
      "page": "pisaitems",
      "title": "Programme of International Student Assessment",
      "topics": [
        "pisaitems"
      ]
    },
    {
      "page": "plot.likert",
      "title": "Plots a set of likert items.",
      "topics": [
        "plot.likert"
      ]
    },
    {
      "page": "plot.likert.gap",
      "title": "Plots a set of likert items.",
      "topics": [
        "plot.likert.gap"
      ]
    },
    {
      "page": "print.likert",
      "title": "Prints results table.",
      "topics": [
        "print.likert"
      ]
    },
    {
      "page": "print.likert.bar.plot",
      "title": "Print method for [likert.bar.plot()]. The primary purpose is to suppress the \"Stacking not well defined when ymin != 0\" warning printed by 'ggplot2' for bar plots that have negative bars (i.e. the centered plots).",
      "topics": [
        "print.likert.bar.plot"
      ]
    },
    {
      "page": "print.likert.gap",
      "title": "Prints results table.",
      "topics": [
        "print.likert.gap"
      ]
    },
    {
      "page": "print.likert.heat.plot",
      "title": "Print method for [likert.heat.plot()].",
      "topics": [
        "print.likert.heat.plot"
      ]
    },
    {
      "page": "print.xlikert",
      "title": "Prints the results of `xtable.likert`.",
      "topics": [
        "print.xlikert"
      ]
    },
    {
      "page": "recode",
      "title": "Recode a vector.",
      "topics": [
        "recode"
      ]
    },
    {
      "page": "reverse.levels",
      "title": "Reverse the levels of a factor.",
      "topics": [
        "reverse.levels"
      ]
    },
    {
      "page": "sasr",
      "title": "Results from the Survey of Academic Self-Regulation (SASR).",
      "topics": [
        "sasr"
      ]
    },
    {
      "page": "shinyLikert",
      "title": "Shiny App for the likert package.",
      "topics": [
        "shinyLikert"
      ]
    },
    {
      "page": "summary.likert",
      "title": "Prints summary table of a Likert analysis.",
      "topics": [
        "summary.likert"
      ]
    },
    {
      "page": "summary.likert.gap",
      "title": "Prints summary table of a Likert analysis.",
      "topics": [
        "summary.likert.gap"
      ]
    },
    {
      "page": "xtable.likert",
      "title": "Prints a LaTeX table of the likert items.",
      "topics": [
        "xtable.likert"
      ]
    }
  ],
  "_readme": "https://github.com/jbryer/likert/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "digest",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "ggplot2",
    "glue",
    "GPArotation",
    "gridExtra",
    "gtable",
    "htmltools",
    "httpuv",
    "isoband",
    "jquerylib",
    "jsonlite",
    "labeling",
    "later",
    "lattice",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "mnormt",
    "nlme",
    "otel",
    "plyr",
    "promises",
    "psych",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "S7",
    "sass",
    "scales",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "vctrs",
    "viridisLite",
    "withr",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "likert-xtable.Rmd",
      "filename": "likert-xtable.html",
      "title": "Examples of likert Tables",
      "author": "Jason Bryer",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2025-03-25 16:57:17",
      "modified": "2025-03-25 16:57:17",
      "commits": 1
    },
    {
      "source": "anchors.Rmd",
      "filename": "anchors.html",
      "title": "Liker Scale Anchors",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2025-03-25 16:57:17",
      "modified": "2025-03-25 16:57:17",
      "commits": 1
    },
    {
      "source": "likert.Rmd",
      "filename": "likert.html",
      "title": "The Visual Display of Likert Data",
      "author": "Jason Bryer",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2025-03-25 16:57:17",
      "modified": "2025-03-26 02:19:58",
      "commits": 3
    }
  ],
  "_score": 11.906307321239934,
  "_indexed": true,
  "_nocasepkg": "likert",
  "_universes": [
    "jbryer"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.1",
      "date": "2026-05-18T10:14:28.000Z",
      "distro": "noble",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "e512ea27ef1ba1bafe63596abba0977776e421c090178e3e09b9ca695bbd5b36",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.1",
      "date": "2026-05-18T10:14:24.000Z",
      "distro": "noble",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "3fdefe9399cdac21f2f217a2cafc91f631ec2f5ed3942ce83d71e09a108aa29e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.1",
      "date": "2026-05-18T10:13:55.000Z",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "3f9d0e91f532d1d5402b0b305fe331a12210651a3404c9308e5397c3e48112a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.1",
      "date": "2026-05-18T10:13:40.000Z",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "c0fd36238b439610e2a6d9758f1ede244d3ea7eeeeb07fb2fbc1baf18b7c7d81",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.1",
      "date": "2026-05-18T10:15:06.000Z",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "3cd3cdaa1e2ceb3d28e6b42f1912cc9b1a65a307ce158682268429edb31f98aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.1",
      "date": "2026-05-18T10:13:26.000Z",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "4a554fe64a9608e107220db28a0b897b8b2570114001b885db6868ff675c7b3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.1",
      "date": "2026-05-18T10:13:16.000Z",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "cec5537c2d310420125f6994d7e0bb19bdc988ca00d709729aeae12b2c21a20c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.1",
      "date": "2026-06-02T15:53:57.000Z",
      "commit": "1c2f0e0eb3a8f23701e2ab8f8075f7797c3955a6",
      "fileid": "0ca7ab91feecabe0f7b27c39f545b4c3f4c273375fbe231b3e5e2ef469dad3b4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jbryer/actions/runs/26026998069"
    }
  ]
}