{
  "_id": "6a17b169acfb0bcc41d9add5",
  "Package": "caretEnsemble",
  "Type": "Package",
  "Title": "Ensembles of Caret Models",
  "Version": "4.0.2",
  "Date": "2026-05-28",
  "Authors@R": "c(person(c(\"Zachary\", \"A.\"), \"Deane-Mayer\", role = c(\"aut\", \"cre\", \"cph\"), email = \"zach.mayer@gmail.com\"),\nperson(c(\"Jared\", \"E.\", \"Knowles\"), role=\"ctb\", email=\"jknowles@gmail.com\"),\nperson(\"Antón\", \"López\", role=\"ctb\", email=\"anton.gomez.lopez@rai.usc.es\")\n)",
  "URL": "http://zachmayer.github.io/caretEnsemble/,\nhttps://github.com/zachmayer/caretEnsemble",
  "BugReports": "https://github.com/zachmayer/caretEnsemble/issues",
  "Description": "Functions for creating ensembles of caret models:\ncaretList() and caretStack(). caretList() is a convenience\nfunction for fitting multiple caret::train() models to the same\ndataset. caretStack() will make linear or non-linear\ncombinations of these models, using a caret::train() model as a\nmeta-model.",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "LazyData": "true",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://zachmayer.r-universe.dev",
  "Date/Publication": "2026-05-28 01:17:01 UTC",
  "RemoteUrl": "https://github.com/zachmayer/caretensemble",
  "RemoteRef": "HEAD",
  "RemoteSha": "d003c8444aa42d4566bcd3b83713152c9c206edc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 03:01:19 UTC",
    "User": "root"
  },
  "Author": "Zachary A. Deane-Mayer [aut, cre, cph],\nJared E. Knowles [ctb],\nAntón López [ctb]",
  "Maintainer": "Zachary A. Deane-Mayer <zach.mayer@gmail.com>",
  "MD5sum": "e34ea0707471e7c7a54b3b53c3ac2117",
  "_user": "zachmayer",
  "_type": "src",
  "_file": "caretEnsemble_4.0.2.tar.gz",
  "_fileid": "d3c7c77f578e7ed22f23365a975cec82d16502f396aba34f313de7aee320d395",
  "_filesize": 2215982,
  "_sha256": "d3c7c77f578e7ed22f23365a975cec82d16502f396aba34f313de7aee320d395",
  "_created": "2026-05-28T03:01:19.000Z",
  "_published": "2026-05-28T03:07:21.775Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78215810258,
      "time": 311,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7256847817"
    },
    {
      "job": 78215810271,
      "time": 300,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7256845845"
    },
    {
      "job": 78215810287,
      "time": 208,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7256823899"
    },
    {
      "job": 78215810338,
      "time": 278,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7256833076"
    },
    {
      "job": 78215337233,
      "time": 290,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7256787819"
    },
    {
      "job": 78215810259,
      "time": 154,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7256817145"
    },
    {
      "job": 78215810298,
      "time": 228,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7256831410"
    },
    {
      "job": 78215810383,
      "time": 207,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7256827336"
    },
    {
      "job": 78215810311,
      "time": 221,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7256830338"
    }
  ],
  "_buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/zachmayer/caretensemble",
  "_commit": {
    "id": "d003c8444aa42d4566bcd3b83713152c9c206edc",
    "author": "Zach Deane-Mayer <581590+zachmayer@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "bump_date to 2026-05-28 (#400)",
    "time": 1779931021
  },
  "_maintainer": {
    "name": "Zachary A. Deane-Mayer",
    "email": "zach.mayer@gmail.com",
    "login": "zachmayer",
    "linkedin": "in/zachdeanemayer",
    "twitter": "@AI_Insight_Sols",
    "description": "AI executive & Kaggle Grandmaster: 15+ years building with AI and ML.",
    "uuid": 581590
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "caTools",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "earth",
      "role": "Suggests"
    },
    {
      "package": "gbm",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "klaR",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "nnet",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rhub",
      "role": "Suggests"
    },
    {
      "package": "rpart",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    },
    {
      "package": "htmltools",
      "role": "Suggests"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "rcmdcheck",
      "role": "Suggests"
    },
    {
      "package": "cyclocomp",
      "role": "Suggests"
    }
  ],
  "_owner": "zachmayer",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-29",
      "n": 3
    },
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 2
    },
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2025-51",
      "n": 4
    },
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 3
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 229,
  "_contributors": [
    {
      "user": "zachmayer",
      "count": 405,
      "uuid": 581590
    },
    {
      "user": "jknowles",
      "count": 162,
      "uuid": 1310474
    },
    {
      "user": "eric-czech",
      "count": 7,
      "uuid": 6130352
    },
    {
      "user": "jasoncec",
      "count": 2,
      "uuid": 4601814
    },
    {
      "user": "antongomez",
      "count": 1,
      "uuid": 32980085
    },
    {
      "user": "the-tourist-",
      "count": 1,
      "uuid": 7222580
    },
    {
      "user": "washcycle",
      "count": 1,
      "uuid": 1075710
    },
    {
      "user": "smsaladi",
      "count": 1,
      "uuid": 2942215
    },
    {
      "user": "iriaacevedo",
      "count": 1,
      "uuid": 186812729
    },
    {
      "user": "rlesca01",
      "count": 1,
      "uuid": 4610524
    },
    {
      "user": "terrytangyuan",
      "count": 1,
      "uuid": 4269898
    },
    {
      "user": "topazand",
      "count": 1,
      "uuid": 49191786
    }
  ],
  "_userbio": {
    "uuid": 581590,
    "type": "user",
    "name": "Zach Deane-Mayer",
    "description": "AI executive & Kaggle Grandmaster: 15+ years building with AI and ML."
  },
  "_downloads": {
    "count": 1463,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/caretEnsemble"
  },
  "_mentions": 8,
  "_devurl": "https://github.com/zachmayer/caretensemble",
  "_pkgdown": "http://zachmayer.github.io/caretEnsemble/",
  "_searchresults": 980,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/caretEnsemble.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/zachmayer/caretensemble",
  "_realowner": "zachmayer",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2015-01-16"
    },
    {
      "version": "2.0.0",
      "date": "2016-02-07"
    },
    {
      "version": "2.0.1",
      "date": "2019-12-13"
    },
    {
      "version": "2.0.2",
      "date": "2023-02-09"
    },
    {
      "version": "2.0.3",
      "date": "2023-09-20"
    },
    {
      "version": "4.0.0",
      "date": "2024-08-17"
    },
    {
      "version": "4.0.1",
      "date": "2024-09-12"
    }
  ],
  "_exports": [
    "as.caretList",
    "caretEnsemble",
    "caretList",
    "caretModelSpec",
    "caretStack",
    "defaultControl",
    "defaultMetric",
    "extractMetric",
    "greedyMSE",
    "greedyMSE_caret",
    "permutationImportance",
    "plot_variable_importance",
    "tuneCheck",
    "wtd.sd"
  ],
  "_datasets": [
    {
      "name": "models.class",
      "title": "caretList of classification models",
      "object": "models.class",
      "class": [
        "caretList"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "models.reg",
      "title": "caretList of regression models",
      "object": "models.reg",
      "class": [
        "caretList"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "X.class",
      "title": "data for classification",
      "object": "X.class",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "(Intercept)",
        "Sepal.Width",
        "Petal.Length",
        "Petal.Width",
        "Speciesversicolor",
        "Speciesvirginica"
      ],
      "rows": 150,
      "table": true,
      "tojson": true
    },
    {
      "name": "X.reg",
      "title": "data for classification",
      "object": "X.reg",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "(Intercept)",
        "Sepal.Width",
        "Petal.Length",
        "Petal.Width",
        "Speciesversicolor",
        "Speciesvirginica"
      ],
      "rows": 150,
      "table": true,
      "tojson": true
    },
    {
      "name": "Y.class",
      "title": "data for classification",
      "object": "Y.class",
      "class": [
        "factor"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "Y.reg",
      "title": "data for regression",
      "object": "Y.reg",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "sub-.caretList",
      "title": "Index a caretList",
      "topics": [
        "[.caretList"
      ]
    },
    {
      "page": "add_cross_group_stats",
      "title": "Add cross-group statistics to the importance table",
      "topics": [
        "add_cross_group_stats"
      ]
    },
    {
      "page": "as.caretList",
      "title": "Convert object to caretList object",
      "topics": [
        "as.caretList"
      ]
    },
    {
      "page": "as.caretList.default",
      "title": "Convert object to caretList object - For Future Use",
      "topics": [
        "as.caretList.default"
      ]
    },
    {
      "page": "as.caretList.list",
      "title": "Convert list to caretList",
      "topics": [
        "as.caretList.list"
      ]
    },
    {
      "page": "autoplot.caretStack",
      "title": "Convenience function for more in-depth diagnostic plots of caretStack objects",
      "topics": [
        "autoplot.caretStack"
      ]
    },
    {
      "page": "c.caretList",
      "title": "S3 definition for concatenating caretList",
      "topics": [
        "c.caretList"
      ]
    },
    {
      "page": "c.train",
      "title": "S3 definition for concatenating train objects",
      "topics": [
        "c.train"
      ]
    },
    {
      "page": "caretEnsemble",
      "title": "Combine several predictive models via weights",
      "topics": [
        "caretEnsemble-package",
        "caretEnsemble"
      ]
    },
    {
      "page": "caretList",
      "title": "Create a list of several train models from the caret package",
      "topics": [
        "caretList"
      ]
    },
    {
      "page": "caretModelSpec",
      "title": "Generate a specification for fitting a caret model",
      "topics": [
        "caretModelSpec"
      ]
    },
    {
      "page": "caretStack",
      "title": "Combine several predictive models via stacking",
      "topics": [
        "caretStack"
      ]
    },
    {
      "page": "defaultControl",
      "title": "Construct a default train control for use with caretList",
      "topics": [
        "defaultControl"
      ]
    },
    {
      "page": "defaultMetric",
      "title": "Construct a default metric",
      "topics": [
        "defaultMetric"
      ]
    },
    {
      "page": "dotplot.caretStack",
      "title": "Comparison dotplot for a caretStack object",
      "topics": [
        "dotplot.caretStack"
      ]
    },
    {
      "page": "extractMetric",
      "title": "Generic function to extract accuracy metrics from various model objects",
      "topics": [
        "extractMetric"
      ]
    },
    {
      "page": "extractMetric.caretList",
      "title": "Extract accuracy metrics from a 'caretList' object",
      "topics": [
        "extractMetric.caretList"
      ]
    },
    {
      "page": "extractMetric.caretStack",
      "title": "Extract accuracy metrics from a 'caretStack' object",
      "topics": [
        "extractMetric.caretStack"
      ]
    },
    {
      "page": "extractMetric.train",
      "title": "Extract accuracy metrics from a 'train' model",
      "topics": [
        "extractMetric.train"
      ]
    },
    {
      "page": "greedyMSE",
      "title": "Greedy optimization for MSE",
      "topics": [
        "greedyMSE"
      ]
    },
    {
      "page": "greedyMSE_caret",
      "title": "caret interface for greedyMSE",
      "topics": [
        "greedyMSE_caret"
      ]
    },
    {
      "page": "permutationImportance",
      "title": "Permutation Importance",
      "topics": [
        "permutationImportance"
      ]
    },
    {
      "page": "plot_group",
      "title": "Plot a group of variable importances",
      "topics": [
        "plot_group"
      ]
    },
    {
      "page": "plot_variable_importance",
      "title": "Plot Variable Importance from a caretStack Model",
      "topics": [
        "plot_variable_importance"
      ]
    },
    {
      "page": "plot.caretList",
      "title": "Plot a caretList object",
      "topics": [
        "plot.caretList"
      ]
    },
    {
      "page": "plot.caretStack",
      "title": "Plot a caretStack object",
      "topics": [
        "plot.caretStack"
      ]
    },
    {
      "page": "predict.caretList",
      "title": "Create a matrix of predictions for each of the models in a caretList",
      "topics": [
        "predict.caretList"
      ]
    },
    {
      "page": "predict.caretStack",
      "title": "Make predictions from a caretStack",
      "topics": [
        "predict.caretStack"
      ]
    },
    {
      "page": "predict.greedyMSE",
      "title": "Predict method for greedyMSE",
      "topics": [
        "predict.greedyMSE"
      ]
    },
    {
      "page": "prepare_importance",
      "title": "Prepare variable importance data.table from a caretStack",
      "topics": [
        "prepare_importance"
      ]
    },
    {
      "page": "print.caretStack",
      "title": "Print a caretStack object",
      "topics": [
        "print.caretStack"
      ]
    },
    {
      "page": "print.greedyMSE",
      "title": "Print method for greedyMSE",
      "topics": [
        "print.greedyMSE"
      ]
    },
    {
      "page": "print.summary.caretList",
      "title": "Print a summary.caretList object",
      "topics": [
        "print.summary.caretList"
      ]
    },
    {
      "page": "print.summary.caretStack",
      "title": "Print a summary.caretStack object",
      "topics": [
        "print.summary.caretStack"
      ]
    },
    {
      "page": "summary.caretList",
      "title": "Summarize a caretList",
      "topics": [
        "summary.caretList"
      ]
    },
    {
      "page": "summary.caretStack",
      "title": "Summarize a caretStack object",
      "topics": [
        "summary.caretStack"
      ]
    },
    {
      "page": "tuneCheck",
      "title": "Check that the tuning parameters list supplied by the user is valid",
      "topics": [
        "tuneCheck"
      ]
    },
    {
      "page": "varImp.caretStack",
      "title": "Variable importance for caretStack",
      "topics": [
        "varImp.caretStack"
      ]
    },
    {
      "page": "varImp.greedyMSE",
      "title": "variable importance for a greedyMSE model",
      "topics": [
        "varImp.greedyMSE"
      ]
    },
    {
      "page": "wtd.sd",
      "title": "Calculate a weighted standard deviation",
      "topics": [
        "wtd.sd"
      ]
    }
  ],
  "_readme": "https://github.com/zachmayer/caretensemble/raw/HEAD/README.md",
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "patchwork",
    "pbapply",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "caretEnsemble-intro.Rmd",
      "filename": "caretEnsemble-intro.html",
      "title": "A Brief Introduction to caretEnsemble",
      "author": "Zach Deane-Mayer",
      "engine": "knitr::rmarkdown",
      "headings": [
        "caretList",
        "caretEnsemble",
        "caretStack"
      ],
      "created": "2014-11-22 05:13:03",
      "modified": "2024-08-13 15:49:03",
      "commits": 23
    },
    {
      "source": "Version-4.0-New-Features.Rmd",
      "filename": "Version-4.0-New-Features.html",
      "title": "Version 4.0 New Features",
      "author": "Zach Deane-Mayer",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Multiclass support",
        "Greedy Optimizer in caretEnsemble",
        "Enhanced S3 Methods",
        "Improved Default trainControl",
        "Mixed Resampling Strategies",
        "Mixed Model Types",
        "Transfer Learning",
        "Permutation Importance"
      ],
      "created": "2024-08-13 10:48:41",
      "modified": "2024-08-13 15:49:03",
      "commits": 2
    }
  ],
  "_score": 12.59112232480287,
  "_indexed": true,
  "_nocasepkg": "caretensemble",
  "_universes": [
    "zachmayer"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "4.0.2",
      "date": "2026-05-28T03:04:43.000Z",
      "distro": "noble",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "75b5ad36986023cd10ee75f09b6ee1b937ea9c4708778816395a6716fa18183f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "4.0.2",
      "date": "2026-05-28T03:04:39.000Z",
      "distro": "noble",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "d1e9e2d06626362923708546912e08e4c405a26b4379e6f24d434897250c5f8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "4.0.2",
      "date": "2026-05-28T03:03:47.000Z",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "dfce402c65667cd31ce8f44953fdeea46d4b8715be78abdfa920aa2520590dda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "4.0.2",
      "date": "2026-05-28T03:04:03.000Z",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "49f067ebc0ee5c7e322f26c94c5f812715a745171cb0fd600cfb4f1f521ebe1d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "4.0.2",
      "date": "2026-05-28T03:04:24.000Z",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "dffd929f9ca1548d48e9374a76de3f431176949feb35fb2d9fc7184537bcf600",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "4.0.2",
      "date": "2026-05-28T03:03:14.000Z",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "085771269198e7f971279e28e1ff454a4d1f49dfe5759a5ff82ed020bf503b2e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "4.0.2",
      "date": "2026-05-28T03:03:02.000Z",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "f137cd5d5021680e082dabaf7ddb8c015b7e8181a7d5f71505539e54d0d14720",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "4.0.2",
      "date": "2026-05-28T03:03:04.000Z",
      "commit": "d003c8444aa42d4566bcd3b83713152c9c206edc",
      "fileid": "5231b1c088ac714b876a22c99cfeddda2a2224441f6010b25c0b55d595f35baf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zachmayer/actions/runs/26551828106"
    }
  ]
}