{
  "_id": "6a1fcd38b401979e73432f33",
  "Package": "qcc",
  "Version": "3.0",
  "Date": "2026-01-07",
  "Title": "Quality Control Charts",
  "Description": "Shewhart quality control charts for continuous, attribute\nand count data. Cusum and EWMA charts. Operating characteristic\ncurves. Process capability analysis. Pareto chart and\ncause-and-effect chart. Multivariate control charts.",
  "Authors@R": "c(person(\"Luca\", \"Scrucca\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"luca.scrucca@unibo.it\",\ncomment = c(ORCID = \"0000-0003-3826-0484\")),\nperson(\"Greg\", \"Snow\", role = \"ctb\",\nemail = \"greg.snow@ihc.com\"),\nperson(\"Peter\", \"Bloomfield\", role = \"ctb\",\nemail = \"Peter_Bloomfield@ncsu.edu\"))",
  "VignetteBuilder": "knitr",
  "License": "GPL (>= 2)",
  "URL": "https://luca-scr.github.io/qcc/",
  "BugReports": "https://github.com/luca-scr/qcc/issues",
  "ByteCompile": "true",
  "LazyData": "true",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "Repository": "https://luca-scr.r-universe.dev",
  "Date/Publication": "2026-05-04 20:32:35 UTC",
  "RemoteUrl": "https://github.com/luca-scr/qcc",
  "RemoteRef": "HEAD",
  "RemoteSha": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 06:40:38 UTC",
    "User": "root"
  },
  "Author": "Luca Scrucca [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-3826-0484>),\nGreg Snow [ctb],\nPeter Bloomfield [ctb]",
  "Maintainer": "Luca Scrucca <luca.scrucca@unibo.it>",
  "MD5sum": "4225b503b2a9cd9ccf0fed0390a2fc48",
  "_user": "luca-scr",
  "_type": "src",
  "_file": "qcc_3.0.tar.gz",
  "_fileid": "02c376851326d8c8eec32f440b131b02aaa00fecf7865431e4c76745fb9ea566",
  "_filesize": 9267007,
  "_sha256": "02c376851326d8c8eec32f440b131b02aaa00fecf7865431e4c76745fb9ea566",
  "_created": "2026-06-03T06:40:38.000Z",
  "_published": "2026-06-03T06:44:08.485Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79236713880,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7377512054"
    },
    {
      "job": 79236713900,
      "time": 168,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377511473"
    },
    {
      "job": 79236713872,
      "time": 118,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7377504172"
    },
    {
      "job": 79236713999,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377511012"
    },
    {
      "job": 79236211592,
      "time": 230,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377463288"
    },
    {
      "job": 79236713927,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377498290"
    },
    {
      "job": 79236713988,
      "time": 129,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7377500539"
    },
    {
      "job": 79236713899,
      "time": 118,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7377497557"
    },
    {
      "job": 79236713944,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7377497797"
    }
  ],
  "_buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/luca-scr/qcc",
  "_commit": {
    "id": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
    "author": "Luca Scrucca <luca-scr@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #58 from she3o/nelson-rules\n\nFeature: Implement Optional Nelson Rules in `qcc()`",
    "time": 1777926755
  },
  "_maintainer": {
    "name": "Luca Scrucca",
    "email": "luca.scrucca@unibo.it",
    "login": "luca-scr",
    "twitter": "@luca_scr",
    "description": "",
    "uuid": 11585946,
    "orcid": "0000-0003-3826-0484"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "patchwork",
      "version": ">= 1.3",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "version": ">= 1.5",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 2.3",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "luca-scr",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 3
    },
    {
      "week": "2026-14",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 58,
  "_contributors": [
    {
      "user": "she3o",
      "count": 27,
      "uuid": 26515372
    },
    {
      "user": "luca-scr",
      "count": 18,
      "uuid": 11585946
    },
    {
      "user": "erblast",
      "count": 4,
      "uuid": 14346503
    },
    {
      "user": "peterbloomfield",
      "count": 2,
      "uuid": 15112970
    },
    {
      "user": "nelsonlin",
      "count": 1,
      "uuid": 1336715
    },
    {
      "user": "vitallish",
      "count": 1,
      "uuid": 4785053
    }
  ],
  "_userbio": {
    "uuid": 11585946,
    "type": "user",
    "name": "Luca Scrucca"
  },
  "_downloads": {
    "count": 14077,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/qcc"
  },
  "_mentions": 14,
  "_devurl": "https://github.com/luca-scr/qcc",
  "_pkgdown": "https://luca-scr.github.io/qcc/",
  "_searchresults": 920,
  "_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/qcc.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/luca-scr/qcc",
  "_realowner": "luca-scr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2004-03-04"
    },
    {
      "version": "1.1",
      "date": "2004-06-21"
    },
    {
      "version": "1.2",
      "date": "2007-01-05"
    },
    {
      "version": "1.3",
      "date": "2008-10-12"
    },
    {
      "version": "2.0",
      "date": "2009-10-21"
    },
    {
      "version": "2.0.1",
      "date": "2010-04-20"
    },
    {
      "version": "2.2",
      "date": "2011-09-30"
    },
    {
      "version": "2.3",
      "date": "2014-02-25"
    },
    {
      "version": "2.5",
      "date": "2014-07-01"
    },
    {
      "version": "2.6",
      "date": "2014-10-07"
    },
    {
      "version": "2.7",
      "date": "2017-07-11"
    }
  ],
  "_exports": [
    "blues.colors",
    "cause.and.effect",
    "causeEffectDiagram",
    "cusum",
    "describe",
    "ellipseChart",
    "ewma",
    "ewmaSmooth",
    "limits.c",
    "limits.g",
    "limits.np",
    "limits.p",
    "limits.R",
    "limits.S",
    "limits.T2",
    "limits.T2.single",
    "limits.u",
    "limits.xbar",
    "limits.xbar.one",
    "mqcc",
    "nclass.hist",
    "oc.curves",
    "ocCurves",
    "ocCurves.c",
    "ocCurves.p",
    "ocCurves.R",
    "ocCurves.S",
    "ocCurves.xbar",
    "pareto.chart",
    "paretoChart",
    "plot.cusum.qcc",
    "plot.ewma.qcc",
    "plot.mqcc",
    "plot.ocCurves",
    "plot.paretoChart",
    "plot.processCapability",
    "plot.qcc",
    "print.cusum.qcc",
    "print.describe",
    "print.ewma.qcc",
    "print.mqcc",
    "print.ocCurves",
    "print.paretoChart",
    "print.processCapability",
    "print.qcc",
    "process.capability",
    "processCapability",
    "qcc",
    "qcc.groups",
    "qcc.options",
    "qcc.overdispersion.test",
    "qccGroups",
    "qccOverdispersionTest",
    "qccRules",
    "qccRulesViolatingNEL1",
    "qccRulesViolatingNEL2",
    "qccRulesViolatingNEL3",
    "qccRulesViolatingNEL4",
    "qccRulesViolatingNEL5",
    "qccRulesViolatingNEL6",
    "qccRulesViolatingNEL7",
    "qccRulesViolatingNEL8",
    "qccRulesViolatingWER1",
    "qccRulesViolatingWER2",
    "qccRulesViolatingWER3",
    "qccRulesViolatingWER4",
    "sd.c",
    "sd.g",
    "sd.np",
    "sd.p",
    "sd.R",
    "sd.S",
    "sd.u",
    "sd.xbar",
    "sd.xbar.one",
    "stats.c",
    "stats.g",
    "stats.np",
    "stats.p",
    "stats.R",
    "stats.S",
    "stats.T2",
    "stats.T2.single",
    "stats.u",
    "stats.xbar",
    "stats.xbar.one",
    "summary.cusum.qcc",
    "summary.ewma.qcc",
    "summary.mqcc",
    "summary.processCapability",
    "summary.qcc"
  ],
  "_datasets": [
    {
      "name": "antifreeze",
      "title": "Water content of antifreeze data",
      "object": "antifreeze",
      "class": [
        "data.frame"
      ],
      "fields": [
        "water"
      ],
      "rows": 34,
      "table": true,
      "tojson": true
    },
    {
      "name": "boiler",
      "title": "Boiler temperature data",
      "object": "boiler",
      "class": [
        "data.frame"
      ],
      "fields": [
        "t1",
        "t2",
        "t3",
        "t4",
        "t5",
        "t6",
        "t7",
        "t8"
      ],
      "rows": 25,
      "table": true,
      "tojson": true
    },
    {
      "name": "circuit",
      "title": "Circuit boards data",
      "object": "circuit",
      "class": [
        "data.frame"
      ],
      "fields": [
        "sample",
        "x",
        "size",
        "trial"
      ],
      "rows": 46,
      "table": true,
      "tojson": true
    },
    {
      "name": "dyedcloth",
      "title": "Dyed cloth data",
      "object": "dyedcloth",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "size"
      ],
      "rows": 10,
      "table": true,
      "tojson": true
    },
    {
      "name": "orangejuice",
      "title": "Orange juice data",
      "object": "orangejuice",
      "class": [
        "data.frame"
      ],
      "fields": [
        "sample",
        "D",
        "size",
        "trial"
      ],
      "rows": 54,
      "table": true,
      "tojson": true
    },
    {
      "name": "orangejuice2",
      "title": "Orange juice data - Part 2",
      "object": "orangejuice2",
      "class": [
        "data.frame"
      ],
      "fields": [
        "sample",
        "D",
        "size",
        "trial"
      ],
      "rows": 64,
      "table": true,
      "tojson": true
    },
    {
      "name": "pcmanufact",
      "title": "Personal computer manufacturer data",
      "object": "pcmanufact",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "size"
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "pistonrings",
      "title": "Piston rings data",
      "object": "pistonrings",
      "class": [
        "data.frame"
      ],
      "fields": [
        "diameter",
        "sample",
        "trial"
      ],
      "rows": 200,
      "table": true,
      "tojson": true
    },
    {
      "name": "RyanMultivar",
      "title": "Ryan's (2011) multivariate data for quality control",
      "object": "RyanMultivar",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "viscosity",
      "title": "Viscosity for aircraft primer paint data",
      "object": "viscosity",
      "class": [
        "data.frame"
      ],
      "fields": [
        "batch",
        "viscosity",
        "trial"
      ],
      "rows": 35,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "qcc-package",
      "title": "Quality Control Charts",
      "topics": [
        "qcc-package"
      ]
    },
    {
      "page": "antifreeze",
      "title": "Water content of antifreeze data",
      "topics": [
        "antifreeze"
      ]
    },
    {
      "page": "boiler",
      "title": "Boiler temperature data",
      "topics": [
        "boiler"
      ]
    },
    {
      "page": "causeEffectDiagram",
      "title": "Cause and Effect Diagram",
      "topics": [
        "causeEffectDiagram"
      ]
    },
    {
      "page": "circuit",
      "title": "Circuit boards data",
      "topics": [
        "circuit"
      ]
    },
    {
      "page": "cusum",
      "title": "Cusum chart",
      "topics": [
        "cusum",
        "cusum.qcc",
        "plot.cusum.qcc",
        "print.cusum.qcc",
        "summary.cusum.qcc"
      ]
    },
    {
      "page": "describe",
      "title": "Descriptive statistics",
      "topics": [
        "describe",
        "print.describe"
      ]
    },
    {
      "page": "dyedcloth",
      "title": "Dyed cloth data",
      "topics": [
        "dyedcloth"
      ]
    },
    {
      "page": "ellipseChart",
      "title": "Multivariate Quality Control Charts",
      "topics": [
        "ellipseChart"
      ]
    },
    {
      "page": "ewma",
      "title": "EWMA chart",
      "topics": [
        "ewma",
        "ewma.qcc",
        "plot.ewma.qcc",
        "print.ewma.qcc",
        "summary.ewma.qcc"
      ]
    },
    {
      "page": "ewmaSmooth",
      "title": "EWMA smoothing function",
      "topics": [
        "ewmaSmooth"
      ]
    },
    {
      "page": "mqcc",
      "title": "Multivariate Quality Control Charts",
      "topics": [
        "mqcc",
        "plot.mqcc",
        "print.mqcc",
        "summary.mqcc"
      ]
    },
    {
      "page": "nclass.hist",
      "title": "Histogram number of classes/bins",
      "topics": [
        "nclass.hist"
      ]
    },
    {
      "page": "oc.curves",
      "title": "Operating Characteristic Function",
      "topics": [
        "ocCurves",
        "ocCurves.c",
        "ocCurves.p",
        "ocCurves.R",
        "ocCurves.S",
        "ocCurves.xbar",
        "plot.ocCurves",
        "print.ocCurves"
      ]
    },
    {
      "page": "orangejuice",
      "title": "Orange juice data",
      "topics": [
        "orangejuice"
      ]
    },
    {
      "page": "orangejuice2",
      "title": "Orange juice data - Part 2",
      "topics": [
        "orangejuice2"
      ]
    },
    {
      "page": "paretoChart",
      "title": "Pareto chart",
      "topics": [
        "blues.colors",
        "paretoChart",
        "plot.paretoChart",
        "print.paretoChart"
      ]
    },
    {
      "page": "pcmanufact",
      "title": "Personal computer manufacturer data",
      "topics": [
        "pcmanufact"
      ]
    },
    {
      "page": "pistonrings",
      "title": "Piston rings data",
      "topics": [
        "pistonrings"
      ]
    },
    {
      "page": "processCapability",
      "title": "Process capability analysis",
      "topics": [
        "plot.processCapability",
        "print.processCapability",
        "processCapability",
        "summary.processCapability"
      ]
    },
    {
      "page": "qcc",
      "title": "Quality Control Charts",
      "topics": [
        "plot.qcc",
        "print.qcc",
        "qcc",
        "summary.qcc"
      ]
    },
    {
      "page": "qcc-deprecated",
      "title": "Deprecated Functions in 'qcc' package",
      "topics": [
        "cause.and.effect",
        "oc.curves",
        "pareto.chart",
        "process.capability",
        "qcc.groups",
        "qcc.overdispersion.test"
      ]
    },
    {
      "page": "qcc.options",
      "title": "Set or return options for the 'qcc' package.",
      "topics": [
        "qcc.options"
      ]
    },
    {
      "page": "qccGroups",
      "title": "Grouping data based on a sample indicator",
      "topics": [
        "qccGroups"
      ]
    },
    {
      "page": "qccOverdispersionTest",
      "title": "Overdispersion test for binomial and poisson data",
      "topics": [
        "qccOverdispersionTest"
      ]
    },
    {
      "page": "rules",
      "title": "Rules for Shewhart charts",
      "topics": [
        "qccRules",
        "qccRulesViolatingNEL1",
        "qccRulesViolatingNEL2",
        "qccRulesViolatingNEL3",
        "qccRulesViolatingNEL4",
        "qccRulesViolatingNEL5",
        "qccRulesViolatingNEL6",
        "qccRulesViolatingNEL7",
        "qccRulesViolatingNEL8",
        "qccRulesViolatingWER1",
        "qccRulesViolatingWER2",
        "qccRulesViolatingWER3",
        "qccRulesViolatingWER4"
      ]
    },
    {
      "page": "RyanMultivar",
      "title": "Ryan's (2011) multivariate data for quality control",
      "topics": [
        "RyanMultivar"
      ]
    },
    {
      "page": "stats.c",
      "title": "Functions to plot Shewhart c chart",
      "topics": [
        "limits.c",
        "sd.c",
        "stats.c"
      ]
    },
    {
      "page": "stats.g",
      "title": "Statistics used in computing and drawing a Shewhart g chart",
      "topics": [
        "limits.g",
        "sd.g",
        "stats.g"
      ]
    },
    {
      "page": "stats.np",
      "title": "Statistics used in computing and drawing a Shewhart np chart",
      "topics": [
        "limits.np",
        "sd.np",
        "stats.np"
      ]
    },
    {
      "page": "stats.p",
      "title": "Statistics used in computing and drawing a Shewhart p chart",
      "topics": [
        "limits.p",
        "sd.p",
        "stats.p"
      ]
    },
    {
      "page": "stats.R",
      "title": "Statistics used in computing and drawing a Shewhart R chart",
      "topics": [
        "limits.R",
        "sd.R",
        "stats.R"
      ]
    },
    {
      "page": "stats.S",
      "title": "Functions to plot Shewhart S chart",
      "topics": [
        "limits.S",
        "sd.S",
        "stats.S"
      ]
    },
    {
      "page": "stats.T2",
      "title": "Statistics used in computing and drawing the Hotelling T^2 chart for subgrouped data",
      "topics": [
        "limits.T2",
        "stats.T2"
      ]
    },
    {
      "page": "stats.T2.single",
      "title": "Statistics used in computing and drawing the Hotelling T^2 chart for individual observations data",
      "topics": [
        "limits.T2.single",
        "stats.T2.single"
      ]
    },
    {
      "page": "stats.u",
      "title": "Statistics used in computing and drawing a Shewhart u chart",
      "topics": [
        "limits.u",
        "sd.u",
        "stats.u"
      ]
    },
    {
      "page": "stats.xbar",
      "title": "Statistics used in computing and drawing a Shewhart xbar chart",
      "topics": [
        "limits.xbar",
        "sd.xbar",
        "stats.xbar"
      ]
    },
    {
      "page": "stats.xbar.one",
      "title": "Statistics used in computing and drawing a Shewhart xbar chart for one-at-time data",
      "topics": [
        "limits.xbar.one",
        "sd.xbar.one",
        "stats.xbar.one"
      ]
    },
    {
      "page": "viscosity",
      "title": "Viscosity for aircraft primer paint data",
      "topics": [
        "viscosity"
      ]
    }
  ],
  "_readme": "https://github.com/luca-scr/qcc/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "crayon",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "MASS",
    "patchwork",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "qcc.Rmd",
      "filename": "qcc.html",
      "title": "A quick tour of qcc",
      "author": "Luca Scrucca",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Shewhart charts",
        "x-bar chart",
        "Specifying dates for rationale subgroups",
        "R chart",
        "S chart",
        "Variable control limits in control charts",
        "p and np charts",
        "c and u charts",
        "Continuous one-at-time data",
        "Standardized p chart",
        "Operating Characteristic Curves",
        "Cusum chart",
        "EWMA",
        "Process capability analysis",
        "Multivariate Quality Control Charts",
        "Pareto chart",
        "Cause and effect diagram",
        "Process variation examples",
        "Simple random variation",
        "Between and within sample extra variation",
        "Autocorrelation",
        "Recurring cycles",
        "Trends",
        "Mixture",
        "Sudden jumps",
        "References"
      ],
      "created": "2018-02-19 11:38:21",
      "modified": "2025-05-16 07:30:50",
      "commits": 13
    }
  ],
  "_score": 12.498975221917393,
  "_indexed": true,
  "_nocasepkg": "qcc",
  "_universes": [
    "luca-scr"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0",
      "date": "2026-06-03T06:42:48.000Z",
      "distro": "noble",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "25b6b4451fccac92250322e83c0a76082c9be2338b25da1aed0df295c88ad78a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0",
      "date": "2026-06-03T06:42:45.000Z",
      "distro": "noble",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "d5df5f9af51660c41fb1aaaf810e1f0f8a1476dd5c716168db155f8d8de40132",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0",
      "date": "2026-06-03T06:42:40.000Z",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "f539ad35c6ae542947d906acd922e5573c0916fcdb74e6a3341caf865fc8209a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0",
      "date": "2026-06-03T06:42:56.000Z",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "76787bbe83cad36f8feff41e6bb62eb72b801ca01865dca7eccaf899ea8ba660",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0",
      "date": "2026-06-03T06:42:58.000Z",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "d04c6e771f4c3c73a5a3c1687343c14611e98119726edcf85f173db89aa894fa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0",
      "date": "2026-06-03T06:41:56.000Z",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "73470a23d836d1239d99b74551f94004a8c681295c66973da43c4fde7788a553",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0",
      "date": "2026-06-03T06:41:48.000Z",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "753d429a933d6f0e437a19aa1effbfd9c5835f57184f6f910a3b6383c13e62ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0",
      "date": "2026-06-03T06:41:47.000Z",
      "commit": "af35099934f8fb2d2308a7a5191cdfe39a9d2bf1",
      "fileid": "a2e3c6e7405f5fb5b96f4b6c5d01d05cb68bb6fbff852c58d4417c5b7ff06e25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luca-scr/actions/runs/26868054200"
    }
  ]
}