{
  "_id": "6a19f3311d7bb097a09cb23a",
  "Package": "WeightIt",
  "Type": "Package",
  "Title": "Weighting for Covariate Balance in Observational Studies",
  "Version": "1.7.0",
  "Authors@R": "c(\nperson(\"Noah\", \"Greifer\", role=c(\"aut\", \"cre\"),\nemail = \"noah.greifer@gmail.com\",\ncomment=c(ORCID=\"0000-0003-3067-7154\"))\n)",
  "Description": "Generates balancing weights for causal effect estimation\nin observational studies with binary, multi-category, or\ncontinuous point or longitudinal treatments by easing and\nextending the functionality of several R packages and providing\nin-house estimation methods. Available methods include those\nthat rely on parametric modeling, optimization, and machine\nlearning. Also allows for assessment of weights and checking of\ncovariate balance by interfacing directly with the 'cobalt'\npackage. Methods for estimating weighted regression models that\ntake into account uncertainty in the estimation of the weights\nvia M-estimation or bootstrapping are available. See the\nvignette \"Installing Supporting Packages\" for instructions on\nhow to install any optional package 'WeightIt' uses, including\nthose that may not be on CRAN.",
  "License": "GPL (>=2)",
  "Encoding": "UTF-8",
  "URL": "https://ngreifer.github.io/WeightIt/,\nhttps://github.com/ngreifer/WeightIt",
  "BugReports": "https://github.com/ngreifer/WeightIt/issues",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Repository": "https://ngreifer.r-universe.dev",
  "Date/Publication": "2026-04-21 16:35:54 UTC",
  "RemoteUrl": "https://github.com/ngreifer/weightit",
  "RemoteRef": "HEAD",
  "RemoteSha": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 20:06:06 UTC",
    "User": "root"
  },
  "Author": "Noah Greifer [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3067-7154>)",
  "Maintainer": "Noah Greifer <noah.greifer@gmail.com>",
  "MD5sum": "d59738153bb703a802207d8da841b7e4",
  "_user": "ngreifer",
  "_type": "src",
  "_file": "WeightIt_1.7.0.tar.gz",
  "_fileid": "d8d6bc36d5f670b7d7824bc1b6f39f7c90e9bea389eb99722d247399bf6cc6f9",
  "_filesize": 1593067,
  "_sha256": "d8d6bc36d5f670b7d7824bc1b6f39f7c90e9bea389eb99722d247399bf6cc6f9",
  "_created": "2026-05-29T20:06:06.000Z",
  "_published": "2026-05-29T20:12:32.998Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78578394158,
      "time": 261,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7300083640"
    },
    {
      "job": 78578394178,
      "time": 277,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7300088720"
    },
    {
      "job": 78578394136,
      "time": 212,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7300099936"
    },
    {
      "job": 78578394126,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7300057801"
    },
    {
      "job": 78577604693,
      "time": 298,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7299999482"
    },
    {
      "job": 78578394151,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7300043173"
    },
    {
      "job": 78578394204,
      "time": 190,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7300060773"
    },
    {
      "job": 78578394296,
      "time": 193,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7300062264"
    },
    {
      "job": 78578394161,
      "time": 193,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7300062300"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ngreifer/weightit",
  "_commit": {
    "id": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
    "author": "Noah Greifer <noah.greifer@gmail.com>",
    "committer": "Noah Greifer <noah.greifer@gmail.com>",
    "message": "Version updates for submission\n",
    "time": 1776789354
  },
  "_maintainer": {
    "name": "Noah Greifer",
    "email": "noah.greifer@gmail.com",
    "login": "ngreifer",
    "twitter": "@noah_greifer",
    "description": "Data Science Specialist at Harvard University Institute for Quantitative Social Science (IQSS)",
    "uuid": 20465600,
    "orcid": "0000-0003-3067-7154"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cobalt",
      "version": ">= 4.6.1",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 3.6.5",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "sandwich",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "arg",
      "version": ">= 0.1.0",
      "role": "Imports"
    },
    {
      "package": "rootSolve",
      "version": ">= 1.8.2.4",
      "role": "Suggests"
    },
    {
      "package": "CBPS",
      "version": ">= 0.18",
      "role": "Suggests"
    },
    {
      "package": "optweight",
      "version": ">= 2.0.1",
      "role": "Suggests"
    },
    {
      "package": "SuperLearner",
      "version": ">= 2.0-25",
      "role": "Suggests"
    },
    {
      "package": "mclogit",
      "role": "Suggests"
    },
    {
      "package": "MNP",
      "version": ">= 3.1-4",
      "role": "Suggests"
    },
    {
      "package": "brglm2",
      "version": ">= 0.5.2",
      "role": "Suggests"
    },
    {
      "package": "enrichwith",
      "version": ">= 0.3.1",
      "role": "Suggests"
    },
    {
      "package": "logistf",
      "version": ">= 1.26.0",
      "role": "Suggests"
    },
    {
      "package": "osqp",
      "version": ">= 1.0.0",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "version": ">= 3.6-2",
      "role": "Suggests"
    },
    {
      "package": "fwb",
      "version": ">= 0.2.0",
      "role": "Suggests"
    },
    {
      "package": "splines",
      "role": "Suggests"
    },
    {
      "package": "marginaleffects",
      "version": ">= 0.19.0",
      "role": "Suggests"
    },
    {
      "package": "adrftools",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "gbm",
      "version": ">= 2.1.9",
      "role": "Suggests"
    },
    {
      "package": "dbarts",
      "version": ">= 0.9-29",
      "role": "Suggests"
    },
    {
      "package": "misaem",
      "version": ">= 1.0.1",
      "role": "Suggests"
    },
    {
      "package": "GPBayes",
      "role": "Suggests"
    },
    {
      "package": "mlogit",
      "role": "Suggests"
    },
    {
      "package": "dfidx",
      "role": "Suggests"
    },
    {
      "package": "broom",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "waldo",
      "version": ">= 0.6.0",
      "role": "Suggests"
    }
  ],
  "_owner": "ngreifer",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2025-28",
      "n": 7
    },
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 5
    },
    {
      "week": "2025-38",
      "n": 12
    },
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 11
    },
    {
      "week": "2026-05",
      "n": 3
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 6
    },
    {
      "week": "2026-15",
      "n": 11
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 3
    }
  ],
  "_tags": [],
  "_topics": [
    "causal-inference",
    "inverse-probability-weights",
    "observational-study",
    "propensity-scores"
  ],
  "_stars": 131,
  "_contributors": [
    {
      "user": "ngreifer",
      "count": 1002,
      "uuid": 20465600
    },
    {
      "user": "larsentom",
      "count": 1,
      "uuid": 39791708
    }
  ],
  "_userbio": {
    "uuid": 20465600,
    "type": "user",
    "name": "Noah Greifer",
    "description": "Data Science Specialist at Harvard University Institute for Quantitative Social Science (IQSS)"
  },
  "_downloads": {
    "count": 12351,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/WeightIt"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/ngreifer/weightit",
  "_pkgdown": "https://ngreifer.github.io/WeightIt/",
  "_searchresults": 734,
  "_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/readme.html",
    "extra/readme.md",
    "extra/WeightIt.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ngreifer/weightit",
  "_realowner": "ngreifer",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-10-17"
    },
    {
      "version": "0.2.0",
      "date": "2017-11-13"
    },
    {
      "version": "0.3.0",
      "date": "2018-01-14"
    },
    {
      "version": "0.3.1",
      "date": "2018-03-03"
    },
    {
      "version": "0.3.2",
      "date": "2018-03-14"
    },
    {
      "version": "0.4.0",
      "date": "2018-06-25"
    },
    {
      "version": "0.5.0",
      "date": "2018-11-22"
    },
    {
      "version": "0.5.1",
      "date": "2019-01-16"
    },
    {
      "version": "0.6.0",
      "date": "2019-09-05"
    },
    {
      "version": "0.7.0",
      "date": "2019-10-16"
    },
    {
      "version": "0.7.1",
      "date": "2019-10-30"
    },
    {
      "version": "0.8.0",
      "date": "2020-01-12"
    },
    {
      "version": "0.9.0",
      "date": "2020-02-11"
    },
    {
      "version": "0.10.0",
      "date": "2020-07-07"
    },
    {
      "version": "0.10.1",
      "date": "2020-08-12"
    },
    {
      "version": "0.10.2",
      "date": "2020-08-27"
    },
    {
      "version": "0.11.0",
      "date": "2021-02-02"
    },
    {
      "version": "0.12.0",
      "date": "2021-04-03"
    },
    {
      "version": "0.13.1",
      "date": "2022-06-28"
    },
    {
      "version": "0.14.0",
      "date": "2023-04-12"
    },
    {
      "version": "0.14.1",
      "date": "2023-05-10"
    },
    {
      "version": "0.14.2",
      "date": "2023-05-23"
    },
    {
      "version": "1.0.0",
      "date": "2024-03-23"
    },
    {
      "version": "1.1.0",
      "date": "2024-05-04"
    },
    {
      "version": "1.2.0",
      "date": "2024-07-26"
    },
    {
      "version": "1.3.0",
      "date": "2024-08-26"
    },
    {
      "version": "1.3.1",
      "date": "2024-10-04"
    },
    {
      "version": "1.3.2",
      "date": "2024-11-05"
    },
    {
      "version": "1.4.0",
      "date": "2025-02-24"
    },
    {
      "version": "1.5.0",
      "date": "2025-09-18"
    },
    {
      "version": "1.5.1",
      "date": "2025-11-15"
    },
    {
      "version": "1.6.0",
      "date": "2026-03-19"
    },
    {
      "version": "1.7.0",
      "date": "2026-04-22"
    }
  ],
  "_exports": [
    ".weightit_methods",
    "as.weightit",
    "as.weightitMSM",
    "calibrate",
    "coxph_weightit",
    "ESS",
    "get_w_from_ps",
    "glm_weightit",
    "lm_weightit",
    "make_full_rank",
    "multinom_weightit",
    "ordinal_weightit",
    "sbps",
    "trim",
    "weightit",
    "weightit.fit",
    "weightitMSM"
  ],
  "_datasets": [
    {
      "name": "msmdata",
      "title": "Simulated data for a 3 time point sequential study",
      "object": "msmdata",
      "class": [
        "data.frame"
      ],
      "fields": [
        "X1_0",
        "X2_0",
        "A_1",
        "X1_1",
        "X2_1",
        "A_2",
        "X1_2",
        "X2_2",
        "A_3",
        "Y_B"
      ],
      "rows": 7500,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dot-weightit_methods",
      "title": "Weighting methods",
      "topics": [
        ".weightit_methods"
      ]
    },
    {
      "page": "anova.glm_weightit",
      "title": "Methods for 'glm_weightit()' objects",
      "topics": [
        "anova.glm_weightit"
      ]
    },
    {
      "page": "as.weightit",
      "title": "Create a 'weightit' object manually",
      "topics": [
        "as.weightit",
        "as.weightit.default",
        "as.weightit.weightit.fit",
        "as.weightitMSM",
        "as.weightitMSM.default"
      ]
    },
    {
      "page": "calibrate",
      "title": "Calibrate Propensity Score Weights",
      "topics": [
        "calibrate",
        "calibrate.default",
        "calibrate.weightit"
      ]
    },
    {
      "page": "coxph_weightit",
      "title": "Fitting (Weighted) Cox Proportional Hazards Models",
      "topics": [
        "coxph_weightit"
      ]
    },
    {
      "page": "ESS",
      "title": "Compute effective sample size of weighted sample",
      "topics": [
        "ESS"
      ]
    },
    {
      "page": "get_w_from_ps",
      "title": "Compute weights from propensity scores",
      "topics": [
        "get_w_from_ps"
      ]
    },
    {
      "page": "glm_weightit",
      "title": "Fitting (Weighted) Generalized Linear Models",
      "topics": [
        "glm_weightit",
        "lm_weightit"
      ]
    },
    {
      "page": "glm_weightit-methods",
      "title": "Methods for 'glm_weightit()' objects",
      "topics": [
        "estfun.glm_weightit",
        "glm_weightit-methods",
        "print.glm_weightit",
        "summary.coxph_weightit",
        "summary.glm_weightit",
        "summary.multinom_weightit",
        "summary.ordinal_weightit",
        "update.glm_weightit",
        "vcov.glm_weightit"
      ]
    },
    {
      "page": "make_full_rank",
      "title": "Make a design matrix full rank",
      "topics": [
        "make_full_rank"
      ]
    },
    {
      "page": "method_bart",
      "title": "Propensity Score Weighting Using BART",
      "topics": [
        "method_bart"
      ]
    },
    {
      "page": "method_cbps",
      "title": "Covariate Balancing Propensity Score Weighting",
      "topics": [
        "method_cbps"
      ]
    },
    {
      "page": "method_cfd",
      "title": "Characteristic Function Distance Balancing",
      "topics": [
        "method_cfd"
      ]
    },
    {
      "page": "method_ebal",
      "title": "Entropy Balancing",
      "topics": [
        "method_ebal",
        "method_entropy"
      ]
    },
    {
      "page": "method_energy",
      "title": "Energy Balancing",
      "topics": [
        "method_energy"
      ]
    },
    {
      "page": "method_gbm",
      "title": "Propensity Score Weighting Using Generalized Boosted Models",
      "topics": [
        "method_gbm"
      ]
    },
    {
      "page": "method_glm",
      "title": "Propensity Score Weighting Using Generalized Linear Models",
      "topics": [
        "method_glm"
      ]
    },
    {
      "page": "method_ipt",
      "title": "Inverse Probability Tilting",
      "topics": [
        "method_ipt"
      ]
    },
    {
      "page": "method_npcbps",
      "title": "Nonparametric Covariate Balancing Propensity Score Weighting",
      "topics": [
        "method_npcbps"
      ]
    },
    {
      "page": "method_optweight",
      "title": "Stable Balancing Weights",
      "topics": [
        "method_optweight",
        "method_sbw"
      ]
    },
    {
      "page": "method_super",
      "title": "Propensity Score Weighting Using SuperLearner",
      "topics": [
        "method_super"
      ]
    },
    {
      "page": "method_user",
      "title": "User-Defined Functions for Estimating Weights",
      "topics": [
        "method_user"
      ]
    },
    {
      "page": "msmdata",
      "title": "Simulated data for a 3 time point sequential study",
      "topics": [
        "msmdata"
      ]
    },
    {
      "page": "multinom_weightit",
      "title": "Fitting (Weighted) Multinomial Regression Models",
      "topics": [
        "multinom_weightit"
      ]
    },
    {
      "page": "ordinal_weightit",
      "title": "Fitting (Weighted) Ordinal Regression Models",
      "topics": [
        "ordinal_weightit"
      ]
    },
    {
      "page": "plot.weightit",
      "title": "Plot information about the weight estimation process",
      "topics": [
        "plot.weightit"
      ]
    },
    {
      "page": "predict.glm_weightit",
      "title": "Predictions for 'glm_weightit' objects",
      "topics": [
        "predict.glm_weightit",
        "predict.multinom_weightit",
        "predict.ordinal_weightit"
      ]
    },
    {
      "page": "sbps",
      "title": "Subgroup Balancing Propensity Score",
      "topics": [
        "sbps"
      ]
    },
    {
      "page": "summary.weightit",
      "title": "Print and Summarize Output",
      "topics": [
        "plot.summary.weightit",
        "plot.summary.weightitMSM",
        "summary.weightit",
        "summary.weightitMSM"
      ]
    },
    {
      "page": "trim",
      "title": "Trim (Winsorize) Large Weights",
      "topics": [
        "trim",
        "trim.default",
        "trim.weightit"
      ]
    },
    {
      "page": "weightit",
      "title": "Estimate Balancing Weights",
      "topics": [
        "weightit"
      ]
    },
    {
      "page": "weightit.fit",
      "title": "Generate Balancing Weights with Minimal Input Processing",
      "topics": [
        "weightit.fit"
      ]
    },
    {
      "page": "weightitMSM",
      "title": "Generate Balancing Weights for Longitudinal Treatments",
      "topics": [
        "weightitMSM"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ngreifer/weightit/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/ngreifer/weightit/raw/HEAD/README.md",
  "_rundeps": [
    "arg",
    "cli",
    "cobalt",
    "cpp11",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "sandwich",
    "scales",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "estimating-effects.Rmd",
      "filename": "estimating-effects.html",
      "title": "Estimating Effects After Weighting",
      "author": "Noah Greifer",
      "engine": "knitr::rmarkdown_notangle",
      "headings": [
        "Introduction",
        "Identifying the estimand",
        "G-computation",
        "Modeling the Outcome",
        "Estimating Standard Errors and Confidence Intervals",
        "Asymptotically Correct Standard Errors Using M-estimation",
        "Robust Standard Errors",
        "Bootstrapping",
        "Estimating Treatment Effects and Standard Errors After Weighting",
        "The Standard Case: Binary Treatment with Asymptotically Correct SEs",
        "Adjustments to the Standard Case",
        "Weighting for the ATT or ATC",
        "Weighting for estimands other than the ATT, ATC, or ATE",
        "Binary, count, and categorical outcomes",
        "Survival outcomes",
        "Using sampling weights and/or clustered data",
        "Multi-Category Treatments",
        "Continuous Treatments",
        "Longitudinal Treatments",
        "Moderation Analysis",
        "Reporting Results",
        "References",
        "Code to Generate Data used in Examples"
      ],
      "created": "2023-04-10 19:16:23",
      "modified": "2026-04-08 20:29:15",
      "commits": 36
    },
    {
      "source": "installing-packages.Rmd",
      "filename": "installing-packages.html",
      "title": "Installing Supporting Packages",
      "author": "Noah Greifer",
      "engine": "knitr::rmarkdown_notangle",
      "headings": [
        "Propensity score weighting using GLMs (method = \"glm\")",
        "missing = \"saem\"",
        "Binary and multi-category treatments with link = \"br.logit\"",
        "Multi-category treatments with multi.method = \"mclogit\"",
        "Multi-category treatments with multi.method = \"mnp\"",
        "Propensity Score weighting using GBM (method = \"gbm\")",
        "Covariate Balancing Propensity Score weighting (method = \"cbps\")",
        "Nonparametric Covariate Balancing Propensity Score weighting (method = \"npcbps\")",
        "Entropy balancing (method = \"ebal\")",
        "Inverse probability tilting (method = \"ipt\")",
        "Stable balancing weighting (method = \"optweight\")",
        "Propensity score weighting using SuperLearner (method = \"super\")",
        "Propensity score weighting using BART (method = \"bart\")",
        "Energy Balancing (method = \"energy\")"
      ],
      "created": "2022-06-22 21:10:29",
      "modified": "2025-09-16 22:06:06",
      "commits": 16
    },
    {
      "source": "WeightIt.Rmd",
      "filename": "WeightIt.html",
      "title": "Using WeightIt to Estimate Balancing Weights",
      "author": "Noah Greifer",
      "engine": "knitr::rmarkdown_notangle",
      "headings": [
        "Introduction",
        "Balancing Weights for a Point Treatment",
        "Balancing Weights for a Longitudinal Treatment",
        "References"
      ],
      "created": "2020-08-20 20:46:29",
      "modified": "2025-11-15 14:23:10",
      "commits": 22
    }
  ],
  "_score": 12.07813000939849,
  "_indexed": true,
  "_nocasepkg": "weightit",
  "_universes": [
    "ngreifer"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.7.0",
      "date": "2026-05-29T20:09:37.000Z",
      "distro": "noble",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "47f78fdecca2ee8b1b7aaf687e2cb39bdc166ce3066a0f0d043d9609f7c07bb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.7.0",
      "date": "2026-05-29T20:09:55.000Z",
      "distro": "noble",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "ea7a7228b1883360421acd012a9ea6df37274527c957cd4d3fe3c48cc2f1b5f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.7.0",
      "date": "2026-05-29T20:10:30.000Z",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "78f8608aa40e96fe7f09805e41b9302908b804feaa25262c047f6617b4b341d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.7.0",
      "date": "2026-05-29T20:08:52.000Z",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "9925ae9f170e1f06d16d55d9d36d1d3f5edfeb1f2ef796ff1232d031b38b16e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.7.0",
      "date": "2026-05-29T20:09:06.000Z",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "e607cd650daad9a328253ab62744d71cd7c001ee6ffed585bfb0fb5e94d00e1d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.7.0",
      "date": "2026-05-29T20:08:10.000Z",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "947bad575022676be1438f98b7c18656370c59c60c20bd3cda90ae4d48581297",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.7.0",
      "date": "2026-05-29T20:08:06.000Z",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "2179e322a85540d28cc60814f3ff8e044f80f7f64832ca2d7fc31aeeb85cf965",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.7.0",
      "date": "2026-05-29T20:08:07.000Z",
      "commit": "563d64b093c23873b59c3187bbd94e6e7441ea9a",
      "fileid": "dfd842f2dca77b8713eb4c6fc1d883737cc87c4d665785399442195490b46763",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ngreifer/actions/runs/26659325724"
    }
  ]
}