{
  "_id": "6a55c23aff0138dec5d688e5",
  "Package": "metaggR",
  "Type": "Package",
  "Title": "Calculate the Knowledge-Weighted Estimate",
  "Version": "0.3.0",
  "Authors@R": "c(person(given = \"Ville\",\nfamily = \"Satopää\",\nemail = \"ville.satopaa@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\")),\nperson(given = \"Asa\",\nfamily = \"Palley\",\nrole = \"aut\"))",
  "Description": "According to a phenomenon known as \"the wisdom of the\ncrowds,\" combining point estimates from multiple judges often\nprovides a more accurate aggregate estimate than using a point\nestimate from a single judge. However, if the judges use shared\ninformation in their estimates, the simple average will\nover-emphasize this common component at the expense of the\njudges’ private information. Asa Palley & Ville Satopää (2021)\n\"Boosting the Wisdom of Crowds Within a Single Judgment\nProblem: Selective Averaging Based on Peer Predictions\"\n<https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3504286>\nproposes a procedure for calculating a weighted average of the\njudges’ individual estimates such that resulting aggregate\nestimate appropriately combines the judges' collective\ninformation within a single estimation problem. The authors use\nboth simulation and data from six experimental studies to\nillustrate that the weighting procedure outperforms existing\naveraging-like methods, such as the equally weighted average,\ntrimmed average, and median. This aggregate estimate -- know as\n\"the knowledge-weighted estimate\" -- inputs a) judges'\nestimates of a continuous outcome (E) and b) predictions of\nothers' average estimate of this outcome (P). In this\nR-package, the function knowledge_weighted_estimate(E,P)\nimplements the knowledge-weighted estimate. Its use is\nillustrated with a simple stylized example and on real-world\nexperimental data.",
  "License": "GPL-2",
  "Copyright": "(c) Ville Satopaa",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-14 04:56:57 UTC",
    "User": "root"
  },
  "Author": "Ville Satopää [aut, cre, cph], Asa Palley [aut]",
  "Maintainer": "Ville Satopää <ville.satopaa@gmail.com>",
  "Repository": "https://satopaa.r-universe.dev",
  "Date/Publication": "2022-04-25 09:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/metaggR",
  "RemoteRef": "HEAD",
  "RemoteSha": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
  "_user": "satopaa",
  "_type": "src",
  "_file": "metaggR_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/000fd9131a341c4eead4bcec6aa3ca5159c11edaf9bea215c639d5e17725927d",
  "_filesize": 468809,
  "_sha256": "000fd9131a341c4eead4bcec6aa3ca5159c11edaf9bea215c639d5e17725927d",
  "_expires": "2026-10-22T04:59:36.000Z",
  "_created": "2026-07-14T04:56:57.000Z",
  "_published": "2026-07-14T04:59:38.438Z",
  "_jobs": [
    {
      "job": 87003031615,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8300701247"
    },
    {
      "job": 87003031608,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300698395"
    },
    {
      "job": 87003031681,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8300694701"
    },
    {
      "job": 87003031629,
      "time": 80,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300688643"
    },
    {
      "job": 87002662933,
      "time": 171,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300668618"
    },
    {
      "job": 87003031621,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8300697450"
    },
    {
      "job": 87003031643,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8300689487"
    },
    {
      "job": 87003031630,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8300686218"
    },
    {
      "job": 87003031656,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8300692005"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227",
  "_status": "success",
  "_upstream": "https://github.com/cran/metaggR",
  "_commit": {
    "id": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
    "author": "Ville Satopää <ville.satopaa@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.3.0\n",
    "time": 1650877202
  },
  "_maintainer": {
    "name": "Ville Satopää",
    "email": "ville.satopaa@gmail.com",
    "login": "satopaa",
    "description": "",
    "uuid": 2185253
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "satopaa",
      "count": 3,
      "uuid": 2185253
    }
  ],
  "_userbio": {
    "uuid": 2185253,
    "type": "user",
    "name": "Ville Satopaa",
    "followers": 3
  },
  "_downloads": {
    "count": 276,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/metaggR"
  },
  "_searchresults": 15,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/metaggR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "satopaa",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-01-09"
    },
    {
      "version": "0.2.0",
      "date": "2021-08-17"
    },
    {
      "version": "0.3.0",
      "date": "2022-04-25"
    }
  ],
  "_exports": [
    "get_influence_scores",
    "knowledge_gap",
    "knowledge_weighted_estimate",
    "knowledge_weights"
  ],
  "_datasets": [
    {
      "name": "E_CALORIES_FINAL",
      "title": "Data: Calorie Counts",
      "object": "E_CALORIES_FINAL",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_CALORIES_INITIAL",
      "title": "Data: Calorie Counts",
      "object": "E_CALORIES_INITIAL",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_COINS_NESTED",
      "title": "Data: Coin Flips",
      "object": "E_COINS_NESTED",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_COINS_NESTED_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "E_COINS_NESTED_SYMMETRIC",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_COINS_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "E_COINS_SYMMETRIC",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_GK_1",
      "title": "Data: General Knowledge Statements",
      "object": "E_GK_1",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_GK_2",
      "title": "Data: General Knowledge Statements",
      "object": "E_GK_2",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_GK_3",
      "title": "Data: General Knowledge Statements",
      "object": "E_GK_3",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_GK_4",
      "title": "Data: General Knowledge Statements",
      "object": "E_GK_4",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_GK_5",
      "title": "Data: General Knowledge Statements",
      "object": "E_GK_5",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_GROCERIES",
      "title": "Data: Grocery Prices",
      "object": "E_GROCERIES",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "E_NCAA_R16",
      "title": "Data: NCAA Basketball",
      "object": "E_NCAA_R16",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "E_NCAA_R64",
      "title": "Data: NCAA Basketball",
      "object": "E_NCAA_R64",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_CALORIES",
      "title": "Data: Calorie Counts",
      "object": "ID_CALORIES",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_COINS_NESTED",
      "title": "Data: Coin Flips",
      "object": "ID_COINS_NESTED",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_COINS_NESTED_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "ID_COINS_NESTED_SYMMETRIC",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_COINS_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "ID_COINS_SYMMETRIC",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_GK_1",
      "title": "Data: General Knowledge Statements",
      "object": "ID_GK_1",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_GK_2",
      "title": "Data: General Knowledge Statements",
      "object": "ID_GK_2",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_GK_3",
      "title": "Data: General Knowledge Statements",
      "object": "ID_GK_3",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_GK_4",
      "title": "Data: General Knowledge Statements",
      "object": "ID_GK_4",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_GK_5",
      "title": "Data: General Knowledge Statements",
      "object": "ID_GK_5",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_GROCERIES",
      "title": "Data: Grocery Prices",
      "object": "ID_GROCERIES",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "ID_NCAA_R16",
      "title": "Data: NCAA Basketball",
      "object": "ID_NCAA_R16",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ID_NCAA_R64",
      "title": "Data: NCAA Basketball",
      "object": "ID_NCAA_R64",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_CALORIES",
      "title": "Data: Calorie Counts",
      "object": "P_CALORIES",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_COINS_NESTED",
      "title": "Data: Coin Flips",
      "object": "P_COINS_NESTED",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_COINS_NESTED_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "P_COINS_NESTED_SYMMETRIC",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_COINS_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "P_COINS_SYMMETRIC",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_GK_1",
      "title": "Data: General Knowledge Statements",
      "object": "P_GK_1",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_GK_2",
      "title": "Data: General Knowledge Statements",
      "object": "P_GK_2",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_GK_3",
      "title": "Data: General Knowledge Statements",
      "object": "P_GK_3",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_GK_4",
      "title": "Data: General Knowledge Statements",
      "object": "P_GK_4",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_GK_5",
      "title": "Data: General Knowledge Statements",
      "object": "P_GK_5",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_GROCERIES",
      "title": "Data: Grocery Prices",
      "object": "P_GROCERIES",
      "class": [
        "list"
      ],
      "fields": [],
      "table": true,
      "tojson": true
    },
    {
      "name": "P_NCAA_R16",
      "title": "Data: NCAA Basketball",
      "object": "P_NCAA_R16",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "P_NCAA_R64",
      "title": "Data: NCAA Basketball",
      "object": "P_NCAA_R64",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_CALORIES",
      "title": "Data: Calorie Counts",
      "object": "THETA_CALORIES",
      "class": [
        "integer"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_COINS_NESTED",
      "title": "Data: Coin Flips",
      "object": "THETA_COINS_NESTED",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_COINS_NESTED_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "THETA_COINS_NESTED_SYMMETRIC",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_COINS_SYMMETRIC",
      "title": "Data: Coin Flips",
      "object": "THETA_COINS_SYMMETRIC",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_GK_1",
      "title": "Data: General Knowledge Statements",
      "object": "THETA_GK_1",
      "class": [
        "integer"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_GK_2",
      "title": "Data: General Knowledge Statements",
      "object": "THETA_GK_2",
      "class": [
        "integer"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_GK_3",
      "title": "Data: General Knowledge Statements",
      "object": "THETA_GK_3",
      "class": [
        "integer"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_GK_4",
      "title": "Data: General Knowledge Statements",
      "object": "THETA_GK_4",
      "class": [
        "integer"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_GK_5",
      "title": "Data: General Knowledge Statements",
      "object": "THETA_GK_5",
      "class": [
        "integer"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_GROCERIES",
      "title": "Data: Grocery Prices",
      "object": "THETA_GROCERIES",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_NCAA_R16",
      "title": "Data: NCAA Basketball",
      "object": "THETA_NCAA_R16",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "THETA_NCAA_R64",
      "title": "Data: NCAA Basketball",
      "object": "THETA_NCAA_R64",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "Calorie_Counts",
      "title": "Data: Calorie Counts",
      "topics": [
        "Calorie_Counts",
        "E_CALORIES_FINAL",
        "E_CALORIES_INITIAL",
        "ID_CALORIES",
        "P_CALORIES",
        "THETA_CALORIES"
      ]
    },
    {
      "page": "Coin_Flips",
      "title": "Data: Coin Flips",
      "topics": [
        "Coin_Flips",
        "E_COINS_NESTED",
        "E_COINS_NESTED_SYMMETRIC",
        "E_COINS_SYMMETRIC",
        "ID_COINS_NESTED",
        "ID_COINS_NESTED_SYMMETRIC",
        "ID_COINS_SYMMETRIC",
        "P_COINS_NESTED",
        "P_COINS_NESTED_SYMMETRIC",
        "P_COINS_SYMMETRIC",
        "THETA_COINS_NESTED",
        "THETA_COINS_NESTED_SYMMETRIC",
        "THETA_COINS_SYMMETRIC"
      ]
    },
    {
      "page": "General_Knowledge_Statements",
      "title": "Data: General Knowledge Statements",
      "topics": [
        "E_GK_1",
        "E_GK_2",
        "E_GK_3",
        "E_GK_4",
        "E_GK_5",
        "General_Knowledge_Statements",
        "ID_GK_1",
        "ID_GK_2",
        "ID_GK_3",
        "ID_GK_4",
        "ID_GK_5",
        "P_GK_1",
        "P_GK_2",
        "P_GK_3",
        "P_GK_4",
        "P_GK_5",
        "THETA_GK_1",
        "THETA_GK_2",
        "THETA_GK_3",
        "THETA_GK_4",
        "THETA_GK_5"
      ]
    },
    {
      "page": "get_influence_scores",
      "title": "Calculate the Influence Scores",
      "topics": [
        "get_influence_scores"
      ]
    },
    {
      "page": "Grocery_Prices",
      "title": "Data: Grocery Prices",
      "topics": [
        "E_GROCERIES",
        "Grocery_Prices",
        "ID_GROCERIES",
        "P_GROCERIES",
        "THETA_GROCERIES"
      ]
    },
    {
      "page": "knowledge_gap",
      "title": "Calculate the Knowledge Gap",
      "topics": [
        "knowledge_gap"
      ]
    },
    {
      "page": "knowledge_weighted_estimate",
      "title": "Knowledge-Weighted Estimate",
      "topics": [
        "knowledge_weighted_estimate"
      ]
    },
    {
      "page": "knowledge_weights",
      "title": "Calculate the Weights that Minimize the Knowledge Gap",
      "topics": [
        "knowledge_weights"
      ]
    },
    {
      "page": "NCAA_Basketball",
      "title": "Data: NCAA Basketball",
      "topics": [
        "E_NCAA_R16",
        "E_NCAA_R64",
        "ID_NCAA_R16",
        "ID_NCAA_R64",
        "NCAA_Basketball",
        "P_NCAA_R16",
        "P_NCAA_R64",
        "THETA_NCAA_R16",
        "THETA_NCAA_R64"
      ]
    }
  ],
  "_readme": "https://github.com/cran/metaggR/raw/HEAD/README.md",
  "_rundeps": [
    "MASS"
  ],
  "_vignettes": [
    {
      "source": "user_manual.Rmd",
      "filename": "user_manual.html",
      "title": "Knowledge Weighted Estimate",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Example 1: Three Gorges Dam",
        "Example 2: Calorie Counts"
      ],
      "created": "2021-01-09 13:20:05",
      "modified": "2021-08-17 15:40:06",
      "commits": 2
    }
  ],
  "_score": 2.8750612633917,
  "_indexed": true,
  "_nocasepkg": "metaggr",
  "_universes": [
    "satopaa"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:56.000Z",
      "distro": "resolute",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/734389435c1af4987713fffbcbc3c38b55f3b0d19dbfd58266d8f636b94181d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:57.000Z",
      "distro": "resolute",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/18701a85fd12bbbdb77f4e6b03e8af1c217b68403e924016eb889197351d5900",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:41.000Z",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/18d108d65c6f5b47f50c21d2f9720ec13837fd817e2b487d9032ccb2cda65b3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:20.000Z",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/3b5125db67c3beb6fafdaf81726045ac567f2fd3746d9c3ba4097d20e5879a92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-14T04:59:03.000Z",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/c68b44f11aec92f2ebd5ffe2b8d91ba2f2e56651ec4390cf9d0ea1fe65ab2b35",
      "status": "success",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:03.000Z",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/d1979e5ded4ed52676ac206c676c4fa579275354bd994f855e2f74499d400688",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:02.000Z",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/2ef442601b9bdcb299ea017f8b31d57f0490827901fc7526b0f6cbaa11f52ec6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-14T04:58:24.000Z",
      "commit": "6aec9ebb600f1f5278f3fe8800c530b03ec611f3",
      "fileid": "https://r2.ropensci.org/87b9ef8cede29e427184a5763beff97ef3df4716a8293cb76e69b37f5cdcf59a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/satopaa/actions/runs/29307109227"
    }
  ]
}