{
  "_id": "6a229642cd65a98ecbd568cf",
  "Package": "BranchGLM",
  "Type": "Package",
  "Title": "Efficient Best Subset Selection for GLMs via Branch and Bound\nAlgorithms",
  "Version": "3.0.1",
  "Date": "2024-9-27",
  "Authors@R": "person(\"Jacob\", \"Seedorff\", , \"jacob-seedorff@uiowa.edu\", role = c(\"aut\", \"cre\"))",
  "Maintainer": "Jacob Seedorff <jacob-seedorff@uiowa.edu>",
  "URL": "https://github.com/JacobSeedorff21/BranchGLM",
  "BugReports": "https://github.com/JacobSeedorff21/BranchGLM/issues",
  "Description": "Performs efficient and scalable glm best subset selection\nusing a novel implementation of a branch and bound algorithm.\nTo speed up the model fitting process, a range of optimization\nmethods are implemented in 'RcppArmadillo'. Parallel\ncomputation is available using 'OpenMP'.",
  "License": "Apache License (>= 2)",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://jacobseedorff21.r-universe.dev",
  "Date/Publication": "2024-09-28 03:30:49 UTC",
  "RemoteUrl": "https://github.com/jacobseedorff21/branchglm",
  "RemoteRef": "HEAD",
  "RemoteSha": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-05 09:15:31 UTC",
    "User": "root"
  },
  "Author": "Jacob Seedorff [aut, cre]",
  "MD5sum": "6e16fbc798c0a7d3924a8bd23e459895",
  "_user": "jacobseedorff21",
  "_type": "src",
  "_file": "BranchGLM_3.0.1.tar.gz",
  "_fileid": "292746538377e2d940b2461f647ca71e85e23dac79a19b1c6a5c2b17e3ed97ba",
  "_filesize": 1720126,
  "_sha256": "292746538377e2d940b2461f647ca71e85e23dac79a19b1c6a5c2b17e3ed97ba",
  "_created": "2026-06-05T09:15:31.000Z",
  "_published": "2026-06-05T09:26:26.964Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79699250412,
      "time": 227,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7433153593"
    },
    {
      "job": 79699250491,
      "time": 212,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7433148071"
    },
    {
      "job": 79699250435,
      "time": 212,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433149060"
    },
    {
      "job": 79699250440,
      "time": 228,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433153010"
    },
    {
      "job": 79699250665,
      "time": 260,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7433152375"
    },
    {
      "job": 79699250566,
      "time": 434,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7433211328"
    },
    {
      "job": 79699250726,
      "time": 196,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433135837"
    },
    {
      "job": 79699250786,
      "time": 541,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433239757"
    },
    {
      "job": 79698364535,
      "time": 347,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433081791"
    },
    {
      "job": 79699250351,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433129901"
    },
    {
      "job": 79699250696,
      "time": 243,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7433157166"
    },
    {
      "job": 79699250766,
      "time": 193,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7433144721"
    },
    {
      "job": 79699250609,
      "time": 274,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7433167457"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jacobseedorff21/branchglm",
  "_commit": {
    "id": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
    "author": "jwseedorff <jwseedorff@uiowa.edu>",
    "committer": "jwseedorff <jwseedorff@uiowa.edu>",
    "message": "Adding citation for variable importance paper\n",
    "time": 1727494249
  },
  "_maintainer": {
    "name": "Jacob Seedorff",
    "email": "jacob-seedorff@uiowa.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "BH",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.7",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "jacobseedorff21",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "generalized-linear-models",
    "regression",
    "statistics",
    "subset-selection",
    "variable-selection",
    "openblas",
    "cpp",
    "openmp"
  ],
  "_stars": 8,
  "_contributors": [
    {
      "user": "jacobseedorff21",
      "count": 206,
      "uuid": 60907218
    }
  ],
  "_userbio": {
    "uuid": 60907218,
    "type": "user",
    "name": "Jacob Seedorff",
    "description": "PhD student in Biostatistics at the University of Iowa"
  },
  "_downloads": {
    "count": 300,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BranchGLM"
  },
  "_devurl": "https://github.com/jacobseedorff21/branchglm",
  "_searchresults": 30,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BranchGLM.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jacobseedorff21/branchglm",
  "_realowner": "jacobseedorff21",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2022-05-19"
    },
    {
      "version": "1.1.0",
      "date": "2022-06-08"
    },
    {
      "version": "1.1.1",
      "date": "2022-06-13"
    },
    {
      "version": "1.1.2",
      "date": "2022-06-23"
    },
    {
      "version": "1.1.3",
      "date": "2022-06-30"
    },
    {
      "version": "1.2.0",
      "date": "2022-07-23"
    },
    {
      "version": "1.3.0",
      "date": "2022-08-09"
    },
    {
      "version": "1.3.1",
      "date": "2022-08-29"
    },
    {
      "version": "1.3.2",
      "date": "2022-10-04"
    },
    {
      "version": "2.0.0",
      "date": "2022-10-31"
    },
    {
      "version": "2.0.1",
      "date": "2023-01-14"
    },
    {
      "version": "2.1.0",
      "date": "2023-03-05"
    },
    {
      "version": "2.1.1",
      "date": "2023-05-14"
    },
    {
      "version": "2.1.2",
      "date": "2023-08-31"
    },
    {
      "version": "2.1.3",
      "date": "2023-12-07"
    },
    {
      "version": "2.1.4",
      "date": "2024-01-28"
    },
    {
      "version": "2.1.5",
      "date": "2024-04-08"
    },
    {
      "version": "2.1.6",
      "date": "2024-06-11"
    },
    {
      "version": "3.0.0",
      "date": "2024-08-21"
    },
    {
      "version": "3.0.1",
      "date": "2024-09-28"
    }
  ],
  "_exports": [
    "AUC",
    "BranchGLM",
    "BranchGLM.fit",
    "Cindex",
    "fit.BranchGLMVS",
    "MultipleROCCurves",
    "plotCI",
    "ROC",
    "Table",
    "VariableImportance",
    "VariableImportance.boot",
    "VariableSelection"
  ],
  "_help": [
    {
      "page": "barplot.BranchGLMVI",
      "title": "Bar Plot Method for BranchGLMVI Objects",
      "topics": [
        "barplot.BranchGLMVI"
      ]
    },
    {
      "page": "boxplot.BranchGLMVI.boot",
      "title": "Box Plot Method for BranchGLMVI.boot Objects",
      "topics": [
        "boxplot.BranchGLMVI.boot"
      ]
    },
    {
      "page": "BranchGLM",
      "title": "Fits GLMs",
      "topics": [
        "BranchGLM",
        "BranchGLM.fit"
      ]
    },
    {
      "page": "Cindex",
      "title": "Cindex/AUC",
      "topics": [
        "AUC",
        "Cindex",
        "Cindex.BranchGLM",
        "Cindex.BranchGLMROC",
        "Cindex.numeric"
      ]
    },
    {
      "page": "coef.BranchGLM",
      "title": "Extract Coefficients from BranchGLM Objects",
      "topics": [
        "coef.BranchGLM"
      ]
    },
    {
      "page": "coef.BranchGLMVS",
      "title": "Extract Coefficients from BranchGLMVS or summary.BranchGLMVS Objects",
      "topics": [
        "coef.BranchGLMVS",
        "coef.summary.BranchGLMVS"
      ]
    },
    {
      "page": "confint.BranchGLM",
      "title": "Likelihood Ratio Confidence Intervals for Beta Coefficients for BranchGLM Objects",
      "topics": [
        "confint.BranchGLM"
      ]
    },
    {
      "page": "deviance.BranchGLM",
      "title": "Extract the Deviance",
      "topics": [
        "deviance.BranchGLM"
      ]
    },
    {
      "page": "extractAIC.BranchGLM",
      "title": "Extract AIC from BranchGLM Objects",
      "topics": [
        "extractAIC.BranchGLM"
      ]
    },
    {
      "page": "family.BranchGLM",
      "title": "Extract Family from BranchGLM Objects",
      "topics": [
        "family.BranchGLM"
      ]
    },
    {
      "page": "formula.BranchGLM",
      "title": "Extract Model Formula from BranchGLM Objects",
      "topics": [
        "formula.BranchGLM"
      ]
    },
    {
      "page": "hist.BranchGLMVI.boot",
      "title": "Histogram Method for BranchGLMVI.boot Objects",
      "topics": [
        "hist.BranchGLMVI.boot"
      ]
    },
    {
      "page": "logLik.BranchGLM",
      "title": "Extract Log-Likelihood from BranchGLM Objects",
      "topics": [
        "logLik.BranchGLM"
      ]
    },
    {
      "page": "model.frame.BranchGLM",
      "title": "Extract Model Frame from a BranchGLM Object",
      "topics": [
        "model.frame.BranchGLM"
      ]
    },
    {
      "page": "MultipleROCCurves",
      "title": "Plotting Multiple ROC Curves",
      "topics": [
        "MultipleROCCurves"
      ]
    },
    {
      "page": "nobs.BranchGLM",
      "title": "Extract Number of Observations from BranchGLM Objects",
      "topics": [
        "nobs.BranchGLM"
      ]
    },
    {
      "page": "plot.BranchGLM",
      "title": "Plot Method for BranchGLM Objects",
      "topics": [
        "plot.BranchGLM"
      ]
    },
    {
      "page": "plot.BranchGLMCIs",
      "title": "Plot Method for BranchGLMCIs Objects",
      "topics": [
        "plot.BranchGLMCIs"
      ]
    },
    {
      "page": "plot.BranchGLMROC",
      "title": "Plot Method for BranchGLMROC Objects",
      "topics": [
        "plot.BranchGLMROC"
      ]
    },
    {
      "page": "plot.summary.BranchGLMVS",
      "title": "Plot Method for summary.BranchGLMVS and BranchGLMVS Objects",
      "topics": [
        "plot.BranchGLMVS",
        "plot.summary.BranchGLMVS"
      ]
    },
    {
      "page": "plotCI",
      "title": "Plot Confidence Intervals",
      "topics": [
        "plotCI"
      ]
    },
    {
      "page": "predict.BranchGLM",
      "title": "Predict Method for BranchGLM Objects",
      "topics": [
        "predict.BranchGLM"
      ]
    },
    {
      "page": "predict.BranchGLMVS",
      "title": "Predict Method for BranchGLMVS or summary.BranchGLMVS Objects",
      "topics": [
        "predict.BranchGLMVS",
        "predict.summary.BranchGLMVS"
      ]
    },
    {
      "page": "print.BranchGLM",
      "title": "Print Method for BranchGLM Objects",
      "topics": [
        "print.BranchGLM"
      ]
    },
    {
      "page": "print.BranchGLMCIs",
      "title": "Print Method for BranchGLMCIs Objects",
      "topics": [
        "print.BranchGLMCIs"
      ]
    },
    {
      "page": "print.BranchGLMROC",
      "title": "Print Method for BranchGLMROC Objects",
      "topics": [
        "print.BranchGLMROC"
      ]
    },
    {
      "page": "print.BranchGLMTable",
      "title": "Print Method for BranchGLMTable Objects",
      "topics": [
        "print.BranchGLMTable"
      ]
    },
    {
      "page": "print.BranchGLMVI",
      "title": "Print Method for BranchGLMVI Objects",
      "topics": [
        "print.BranchGLMVI"
      ]
    },
    {
      "page": "print.BranchGLMVI.boot",
      "title": "Print Method for BranchGLMVI.boot Objects",
      "topics": [
        "print.BranchGLMVI.boot"
      ]
    },
    {
      "page": "print.BranchGLMVS",
      "title": "Print Method for BranchGLMVS Objects",
      "topics": [
        "print.BranchGLMVS"
      ]
    },
    {
      "page": "print.summary.BranchGLMVS",
      "title": "Print Method for summary.BranchGLMVS Objects",
      "topics": [
        "print.summary.BranchGLMVS"
      ]
    },
    {
      "page": "residuals.BranchGLM",
      "title": "Extract the Pearson Residuals from BranchGLM Objects",
      "topics": [
        "residuals.BranchGLM"
      ]
    },
    {
      "page": "ROC",
      "title": "ROC Curve",
      "topics": [
        "ROC",
        "ROC.BranchGLM",
        "ROC.numeric"
      ]
    },
    {
      "page": "sigma.BranchGLM",
      "title": "Extract Square Root of the Dispersion Parameter Estimates",
      "topics": [
        "sigma.BranchGLM"
      ]
    },
    {
      "page": "summary.BranchGLMVS",
      "title": "Summary Method for BranchGLMVS Objects",
      "topics": [
        "summary.BranchGLMVS"
      ]
    },
    {
      "page": "Table",
      "title": "Confusion Matrix",
      "topics": [
        "Table",
        "Table.BranchGLM",
        "Table.numeric"
      ]
    },
    {
      "page": "VariableImportance",
      "title": "Computes Exact or Approximate L0-penalization based Variable Importance for GLMs",
      "topics": [
        "VariableImportance"
      ]
    },
    {
      "page": "VariableImportance.boot",
      "title": "Performs Parametric Bootstrap for Modified Variable Importance",
      "topics": [
        "VariableImportance.boot",
        "VariableImportance.boot.BranchGLMVI",
        "VariableImportance.boot.BranchGLMVS"
      ]
    },
    {
      "page": "VariableSelection",
      "title": "Variable Selection for GLMs",
      "topics": [
        "VariableSelection",
        "VariableSelection.BranchGLM",
        "VariableSelection.formula"
      ]
    },
    {
      "page": "vcov.BranchGLM",
      "title": "Extract covariance matrix from BranchGLM Objects",
      "topics": [
        "vcov.BranchGLM"
      ]
    }
  ],
  "_readme": "https://github.com/jacobseedorff21/branchglm/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "BranchGLM-Vignette.Rmd",
      "filename": "BranchGLM-Vignette.html",
      "title": "BranchGLM Vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Fitting GLMs",
        "Optimization methods",
        "Initial values",
        "Parallel computation",
        "Families",
        "Gaussian",
        "Gamma",
        "Poisson",
        "Binomial",
        "Functions for binomial GLMs",
        "Table",
        "ROC",
        "Cindex/AUC",
        "MultipleROCPlots",
        "Using predictions",
        "Useful functions"
      ],
      "created": "2022-05-07 20:46:41",
      "modified": "2023-12-06 21:49:51",
      "commits": 19
    },
    {
      "source": "VariableImportance-Vignette.Rmd",
      "filename": "VariableImportance-Vignette.html",
      "title": "Variable Importance Vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Variable Importance",
        "Definition",
        "Variable importance example",
        "P-values"
      ],
      "created": "2024-08-20 22:46:30",
      "modified": "2024-08-20 22:46:30",
      "commits": 1
    },
    {
      "source": "VariableSelection-Vignette.Rmd",
      "filename": "VariableSelection-Vignette.html",
      "title": "VariableSelection Vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Performing variable selection",
        "Metrics",
        "Stepwise algorithms",
        "Forward selection",
        "Backward elimination",
        "Traditional variant",
        "Fast variant",
        "Double backward elimination",
        "Branch and bound",
        "Branch and bound example",
        "Using bestmodels",
        "Using cutoff",
        "Using keep",
        "Categorical variables",
        "Convergence issues"
      ],
      "created": "2022-10-31 02:43:28",
      "modified": "2024-08-20 22:46:30",
      "commits": 6
    }
  ],
  "_score": 5.556302500767287,
  "_indexed": true,
  "_nocasepkg": "branchglm",
  "_universes": [
    "jacobseedorff21"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-06-05T09:19:17.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "3cddfc6927eaa9d71748af755e7c15fa3d5345c152a6ed3d2266b12547b1d4d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-06-05T09:18:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "9bad28eeb436095a180c692a423de0c505b5c46047956f131e9dfce4ea157257",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-06-05T09:19:05.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "c8fa4d1f2e8fe789b2f769dc770e530d737962b1787ceedef3ba1ac7b6159a5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-06-05T09:19:15.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "bf9b2cc593466e1898908fe9226310c93f024aab0edc136b248c99dfdfaf4696",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-06-05T09:19:21.000Z",
      "arch": "aarch64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "79ca52fa69ce4e63d6e12d0d89ed9557952da0375bc5b924233a23de4bd35241",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-06-05T09:21:35.000Z",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "b22f8b662441bf0027006941af48c85dd4abdaa5d90e8b2ad2095941218f8356",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-06-05T09:18:45.000Z",
      "arch": "aarch64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "4f3e75c3010ff6c601b5bc94c990475dc665e4c21fe23ab7e43a2d6237c9b958",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-06-05T09:21:45.000Z",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "b80c2502c1d85d7e320e1c87195c67218b772d9bc89152d341e3f565fcf53b55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.1",
      "date": "2026-06-05T09:18:51.000Z",
      "arch": "emscripten",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "5e442b725e55a3967cd639d64534ecfb1107adbfb07e79fd3f32cd99f658beb5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-06-05T09:18:14.000Z",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "e9eac8ab9b6bfcb11820757e805ade1b6c9cedc6e922e32abb70ebc6b8a57206",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-06-05T09:18:40.000Z",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "780a28bd6ed8fbc24e62d17c65f856dda52872be7fe6f3a107311ca7ec6d8c05",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-06-05T09:18:45.000Z",
      "arch": "x86_64",
      "commit": "4f8a052d0a15051d16b0c34f79181e763d8902ee",
      "fileid": "0fe0568e0b4574f23267dbc119a8d3082900694283b6ba59812176c867dfd08c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacobseedorff21/actions/runs/27006214775"
    }
  ]
}