{
  "_id": "6a0f6c1dacfb0bcc41c5e82a",
  "Package": "gamclass",
  "Type": "Package",
  "Title": "Functions and Data for a Course on Modern Regression and\nClassification",
  "Version": "0.62.6",
  "Date": "2025-07-24",
  "Authors@R": "person(given = \"John\",\nfamily = \"Maindonald\",\nrole = c(\"aut\", \"cre\"),\nemail = \"john@statsresearch.co.nz\")",
  "Maintainer": "John Maindonald <john@statsresearch.co.nz>",
  "URL": "https://github.com/jhmaindonald/gamclass",
  "LazyData": "true",
  "VignetteBuilder": "knitr,rmarkdown,bookdown",
  "Description": "Functions and data are provided that support a course that\nemphasizes statistical issues of inference and\ngeneralizability. The functions are designed to make it\nstraightforward to illustrate the use of cross-validation, the\ntraining/test approach, simulation, and model-based estimates\nof accuracy.  Methods considered are Generalized Additive\nModeling, Linear and Quadratic Discriminant Analysis,\nTree-based methods, and Random Forests.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 08:25:36 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libjpeg-dev libpng-dev",
  "Repository": "https://jhmaindonald.r-universe.dev",
  "Date/Publication": "2025-07-24 21:18:49 UTC",
  "RemoteUrl": "https://github.com/jhmaindonald/gamclass",
  "RemoteRef": "HEAD",
  "RemoteSha": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
  "Author": "John Maindonald [aut, cre]",
  "MD5sum": "c468921f7a92aabac0db947d5dfbc190",
  "_user": "jhmaindonald",
  "_type": "src",
  "_file": "gamclass_0.62.6.tar.gz",
  "_fileid": "5fc7a1d8a188f2775df6fbd81d585da5e3556ab96d79ccd9200744dc34d574b3",
  "_filesize": 2761464,
  "_sha256": "5fc7a1d8a188f2775df6fbd81d585da5e3556ab96d79ccd9200744dc34d574b3",
  "_created": "2026-05-21T08:25:36.000Z",
  "_published": "2026-05-21T20:33:33.552Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77263040936,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130871540"
    },
    {
      "job": 77263040505,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130868442"
    },
    {
      "job": 77263040839,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7130852475"
    },
    {
      "job": 77263040834,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130860205"
    },
    {
      "job": 77263040656,
      "time": 254,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130819186"
    },
    {
      "job": 77263039974,
      "time": 135,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146540600"
    },
    {
      "job": 77263040966,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7130866216"
    },
    {
      "job": 77263041333,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7130854110"
    },
    {
      "job": 77263040787,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7130856210"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jhmaindonald/gamclass",
  "_commit": {
    "id": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
    "author": "John Maindonald <john@statsresearch.co.nz>",
    "committer": "John Maindonald <john@statsresearch.co.nz>",
    "message": "Correct faulty web links, and add package references (except for base and gamclass) to code references.\n",
    "time": 1753391929
  },
  "_maintainer": {
    "name": "John Maindonald",
    "email": "john@statsresearch.co.nz",
    "login": "jhmaindonald",
    "description": "",
    "uuid": 1291944
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "latticeExtra",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "sp",
      "role": "Suggests"
    },
    {
      "package": "kernlab",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "car",
      "role": "Suggests"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    },
    {
      "package": "DAAG",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "prettydoc",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "bookdown",
      "role": "Suggests"
    }
  ],
  "_owner": "jhmaindonald",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-30",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jhmaindonald",
      "count": 4,
      "uuid": 1291944
    }
  ],
  "_userbio": {
    "uuid": 1291944,
    "type": "user",
    "name": "John H Maindonald"
  },
  "_downloads": {
    "count": 299,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gamclass"
  },
  "_devurl": "https://github.com/jhmaindonald/gamclass",
  "_searchresults": 52,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gamclass.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jhmaindonald/gamclass",
  "_realowner": "jhmaindonald",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.51",
      "date": "2012-10-31"
    },
    {
      "version": "0.52",
      "date": "2013-12-05"
    },
    {
      "version": "0.55",
      "date": "2014-08-23"
    },
    {
      "version": "0.56",
      "date": "2015-08-20"
    },
    {
      "version": "0.57",
      "date": "2018-04-03"
    },
    {
      "version": "0.58",
      "date": "2018-06-18"
    },
    {
      "version": "0.62.3",
      "date": "2020-11-14"
    },
    {
      "version": "0.62.5",
      "date": "2023-08-21"
    },
    {
      "version": "0.62.7",
      "date": "2025-08-01"
    }
  ],
  "_exports": [
    "addhlines",
    "bootreg",
    "bssBYcut",
    "compareModels",
    "confusion",
    "CVcluster",
    "CVgam",
    "eventCounts",
    "gamRF",
    "ldaErr",
    "plotFars",
    "RFcluster",
    "rfErr",
    "rpartErr",
    "simreg",
    "tabFarsDead"
  ],
  "_datasets": [
    {
      "name": "airAccs",
      "title": "Aircraft Crash data",
      "object": "airAccs",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Date",
        "location",
        "operator",
        "planeType",
        "Dead",
        "Aboard",
        "Ground"
      ],
      "rows": 5666,
      "table": true,
      "tojson": true
    },
    {
      "name": "bomregions2018",
      "title": "Australian and Related Historical Annual Climate Data, by Region",
      "object": "bomregions2018",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Year",
        "seAVt",
        "southAVt",
        "eastAVt",
        "northAVt",
        "swAVt",
        "qldAVt",
        "nswAVt",
        "ntAVt",
        "saAVt",
        "tasAVt",
        "vicAVt",
        "waAVt",
        "mdbAVt",
        "ausAVt",
        "seRain",
        "southRain",
        "eastRain",
        "northRain",
        "swRain",
        "qldRain",
        "nswRain",
        "ntRain",
        "saRain",
        "tasRain",
        "vicRain",
        "waRain",
        "mdbRain",
        "ausRain",
        "SOI",
        "sunspot",
        "co2mlo",
        "co2law",
        "CO2",
        "avDMI"
      ],
      "rows": 119,
      "table": true,
      "tojson": true
    },
    {
      "name": "bronchitis",
      "title": "Chronic bronchitis in a sample of men in Cardiff",
      "object": "bronchitis",
      "class": [
        "data.frame"
      ],
      "fields": [
        "cig",
        "poll",
        "r",
        "rfac"
      ],
      "rows": 212,
      "table": true,
      "tojson": true
    },
    {
      "name": "coralPval",
      "title": "P-values from biological expression array data",
      "object": "coralPval",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "x1"
      ],
      "rows": 3072,
      "table": true,
      "tojson": true
    },
    {
      "name": "cvalues",
      "title": "Historical speed of light measurements",
      "object": "cvalues",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Year",
        "speed",
        "error"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    },
    {
      "name": "FARS",
      "title": "US fatal road accident data for automobiles, 1998 to 2010",
      "object": "FARS",
      "class": [
        "data.frame"
      ],
      "fields": [
        "caseid",
        "state",
        "age",
        "airbag",
        "injury",
        "Restraint",
        "sex",
        "inimpact",
        "modelyr",
        "airbagAvail",
        "airbagDeploy",
        "D_injury",
        "D_airbagAvail",
        "D_airbagDeploy",
        "D_Restraint",
        "year"
      ],
      "rows": 134332,
      "table": true,
      "tojson": true
    },
    {
      "name": "fars2007",
      "title": "US Fatal Road Accident Data, 2007 and 2008",
      "object": "fars2007",
      "class": [
        "data.frame"
      ],
      "fields": [
        "state",
        "casenum",
        "vnum",
        "pnum",
        "lightcond",
        "numfatal",
        "age",
        "airbag",
        "injury",
        "ptype",
        "restraint",
        "seatpos",
        "sex",
        "body",
        "inimpact",
        "mhevent",
        "numoccs",
        "travspd",
        "modelyr"
      ],
      "rows": 24179,
      "table": true,
      "tojson": true
    },
    {
      "name": "fars2008",
      "title": "US Fatal Road Accident Data, 2007 and 2008",
      "object": "fars2008",
      "class": [
        "data.frame"
      ],
      "fields": [
        "state",
        "casenum",
        "vnum",
        "pnum",
        "lightcond",
        "numfatal",
        "age",
        "airbag",
        "injury",
        "ptype",
        "restraint",
        "seatpos",
        "sex",
        "body",
        "inimpact",
        "mhevent",
        "numoccs",
        "travspd",
        "modelyr",
        "caseid"
      ],
      "rows": 22113,
      "table": true,
      "tojson": true
    },
    {
      "name": "frontDeaths",
      "title": "Safety Device effectiveness Measures, by Year",
      "object": "frontDeaths",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "german",
      "title": "German credit scoring data",
      "object": "german",
      "class": [
        "data.frame"
      ],
      "fields": [
        "V1",
        "V2",
        "V3",
        "V4",
        "V5",
        "V6",
        "V7",
        "V8",
        "V9",
        "V10",
        "V11",
        "V12",
        "V13",
        "V14",
        "V15",
        "V16",
        "V17",
        "V18",
        "V19",
        "V20",
        "V21"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    },
    {
      "name": "greatLakesM",
      "title": "Monthly Great Lake heights: 1918 - 2019",
      "object": "greatLakesM",
      "class": [
        "data.frame"
      ],
      "fields": [
        "month",
        "year",
        "Superior",
        "Michigan.Huron",
        "St..Clair",
        "Erie",
        "Ontario"
      ],
      "rows": 1212,
      "table": true,
      "tojson": true
    },
    {
      "name": "loti",
      "title": "Global temperature anomalies",
      "object": "loti",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Year",
        "Jan",
        "Feb",
        "Mar",
        "Apr",
        "May",
        "Jun",
        "Jul",
        "Aug",
        "Sep",
        "Oct",
        "Nov",
        "Dec",
        "JtoD",
        "D.N",
        "DJF",
        "MAM",
        "JJA",
        "SON",
        "JtoD2011"
      ],
      "rows": 140,
      "table": true,
      "tojson": true
    },
    {
      "name": "otherDeaths",
      "title": "Safety Device effectiveness Measures, by Year",
      "object": "otherDeaths",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "rearDeaths",
      "title": "Safety Device effectiveness Measures, by Year",
      "object": "rearDeaths",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "relDeaths",
      "title": "Yearly Driver deaths, as Fraction of Deaths for All Years",
      "object": "relDeaths",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "sideDeaths",
      "title": "Safety Device effectiveness Measures, by Year",
      "object": "sideDeaths",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "gamclass-package",
      "title": "Functions and Data for a Course in Modern Regression",
      "topics": [
        "gamclass-package",
        "gamclass"
      ]
    },
    {
      "page": "addhlines",
      "title": "Add horizontal lines to plot.",
      "topics": [
        "addhlines"
      ]
    },
    {
      "page": "airAccs",
      "title": "Aircraft Crash data",
      "topics": [
        "airAccs"
      ]
    },
    {
      "page": "bomregions2018",
      "title": "Australian and Related Historical Annual Climate Data, by Region",
      "topics": [
        "bomregions2018"
      ]
    },
    {
      "page": "bronchitis",
      "title": "Chronic bronchitis in a sample of men in Cardiff",
      "topics": [
        "bronchitis"
      ]
    },
    {
      "page": "bssBYcut",
      "title": "Between group SS for 'y', for all possible splits on values of 'x'",
      "topics": [
        "bssBYcut"
      ]
    },
    {
      "page": "compareModels",
      "title": "Compare accuracy of alternative classification methods",
      "topics": [
        "compareModels"
      ]
    },
    {
      "page": "confusion",
      "title": "Given actual and predicted group assignments, give the confusion matrix",
      "topics": [
        "confusion"
      ]
    },
    {
      "page": "coralPval",
      "title": "P-values from biological expression array data",
      "topics": [
        "coralPval"
      ]
    },
    {
      "page": "cvalues",
      "title": "Historical speed of light measurements",
      "topics": [
        "cvalues"
      ]
    },
    {
      "page": "CVcluster",
      "title": "Cross-validation estimate of predictive accuracy for clustered data",
      "topics": [
        "CVcluster"
      ]
    },
    {
      "page": "CVgam",
      "title": "Cross-validation estimate of accuracy from GAM model fit",
      "topics": [
        "CVgam"
      ]
    },
    {
      "page": "eventCounts",
      "title": "Tabulate vector of dates by specified time event",
      "topics": [
        "eventCounts"
      ]
    },
    {
      "page": "FARS",
      "title": "US fatal road accident data for automobiles, 1998 to 2010",
      "topics": [
        "FARS"
      ]
    },
    {
      "page": "fars2007",
      "title": "US Fatal Road Accident Data, 2007 and 2008",
      "topics": [
        "fars2007",
        "fars2008"
      ]
    },
    {
      "page": "frontDeaths",
      "title": "Safety Device effectiveness Measures, by Year",
      "topics": [
        "frontDeaths",
        "otherDeaths",
        "rearDeaths",
        "sideDeaths"
      ]
    },
    {
      "page": "gamRF",
      "title": "Random forest fit to residuals from GAM model",
      "topics": [
        "gamRF"
      ]
    },
    {
      "page": "german",
      "title": "German credit scoring data",
      "topics": [
        "german"
      ]
    },
    {
      "page": "greatLakesM",
      "title": "Monthly Great Lake heights: 1918 - 2019",
      "topics": [
        "greatLakesM"
      ]
    },
    {
      "page": "ldaErr",
      "title": "Calculate Error Rates for Linear Discriminant Model",
      "topics": [
        "ldaErr"
      ]
    },
    {
      "page": "loti",
      "title": "Global temperature anomalies",
      "topics": [
        "loti"
      ]
    },
    {
      "page": "plotFars",
      "title": "Plot Protection Device Effectiveness Measure Against Year",
      "topics": [
        "plotFars"
      ]
    },
    {
      "page": "relDeaths",
      "title": "Yearly Driver deaths, as Fraction of Deaths for All Years",
      "topics": [
        "relDeaths"
      ]
    },
    {
      "page": "RFcluster",
      "title": "Random forests estimate of predictive accuracy for clustered data",
      "topics": [
        "RFcluster"
      ]
    },
    {
      "page": "rfErr",
      "title": "Calculate Error Rates for randomForest model",
      "topics": [
        "rfErr"
      ]
    },
    {
      "page": "rpartErr",
      "title": "Calculate Error Rates for rpart model",
      "topics": [
        "rpartErr"
      ]
    },
    {
      "page": "simreg",
      "title": "Simulate (repeated) regression calculations",
      "topics": [
        "bootreg",
        "simreg"
      ]
    },
    {
      "page": "tabFarsDead",
      "title": "Extract ratio of ratios estimate of safety device effectiveness, from the 'Fars' dataset.",
      "topics": [
        "tabFarsDead"
      ]
    }
  ],
  "_readme": "https://github.com/jhmaindonald/gamclass/raw/HEAD/README.md",
  "_rundeps": [
    "deldir",
    "interp",
    "jpeg",
    "lattice",
    "latticeExtra",
    "MASS",
    "png",
    "randomForest",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rpart"
  ],
  "_vignettes": [
    {
      "source": "airAccs.Rmd",
      "filename": "airAccs.html",
      "title": "Aircraft Accident Patterns Over Time",
      "author": "John Maindonald, Statistics Research Associates",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Prepare data -- Weekly and daily counts",
        "Fits, to the daily data, and to the weekly data"
      ],
      "created": "2023-08-20 03:58:35",
      "modified": "2023-08-20 03:58:35",
      "commits": 1
    },
    {
      "source": "AirbagEffectiveness.Rmd",
      "filename": "AirbagEffectiveness.html",
      "title": "Effectiveness of Airbags -- 1998 to 2010 in the US",
      "author": "John Maindonald, Statistics Research Associates",
      "engine": "knitr::rmarkdown",
      "headings": [
        "An analysis based on crashes where there is a harmful event",
        "The (Fatality Analysis Recording System (FARS) data",
        "Why not compare deployment with non-deployment",
        "Not all airbags are equal!",
        "Other factors",
        "The above analyses make an important point",
        "References"
      ],
      "created": "2023-08-20 03:58:35",
      "modified": "2025-07-24 21:18:49",
      "commits": 2
    },
    {
      "source": "resampling.Rmd",
      "filename": "resampling.html",
      "title": "Model Comparison Using Resampling Methods",
      "author": "John Maindonald, Statistics Research Associates",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Handling skew distributions and/or outliers",
        "Use tree-based methods appropriately!",
        "Choosing the split point",
        "Random forest fit to residuals from a trend surface",
        "Linear and quadratic discriminant analysis",
        "Tree-based methods",
        "Inclusion of interaction terms, with lda()",
        "Multiple Levels of variation -- the Vowel dataset"
      ],
      "created": "2023-08-20 03:58:35",
      "modified": "2023-08-22 04:47:43",
      "commits": 2
    }
  ],
  "_score": 4.892094602690481,
  "_indexed": true,
  "_nocasepkg": "gamclass",
  "_universes": [
    "jhmaindonald"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.62.6",
      "date": "2026-05-21T08:28:02.000Z",
      "distro": "noble",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "b6d661cc5bb11bdcb2fe855bd13a230d4f63466348429ed3f5af5290d9386bfb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.62.6",
      "date": "2026-05-21T08:28:00.000Z",
      "distro": "noble",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "003733502d67d0c39921d1579d1e25fccbe65f1a3cd2bdf42dc8140190069b0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.62.6",
      "date": "2026-05-21T08:27:18.000Z",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "e650c883103b256631dd579a896e4ca14ebba7fe12e6fff99be836bd9b9199b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.62.6",
      "date": "2026-05-21T08:27:22.000Z",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "c62941c8ad449ff3a8cf551bbb0a1e2f247f35a44a6554bded98a50414be7517",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.62.6",
      "date": "2026-05-21T20:33:08.000Z",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "3328f3cf04e53cb560c3b106bcd754e0fd36a82a19f828d50fc8efe7b2fb288f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.62.6",
      "date": "2026-05-21T08:27:42.000Z",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "c1daf2ab47adcfbadb0dcf7883fbbde310f98e5e2d417aa42bb388bcec2e6b92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.62.6",
      "date": "2026-05-21T08:27:12.000Z",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "f76f16c9781a629e858b09bdec11a47a004e2f5c7af0047bc427df4569fe22d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.62.6",
      "date": "2026-05-21T08:27:16.000Z",
      "commit": "31bf21d41f63180b6b7bbaa373c66a05261c1b7d",
      "fileid": "dfcf49d2f9383ebe3b2bf07349c0b2d1e7c575aa7e5aec76df8a2c8829e5c7d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jhmaindonald/actions/runs/26214368748"
    }
  ]
}