{
  "_id": "6a1f1d4cb401979e7341fb4f",
  "Type": "Package",
  "Package": "httpuv",
  "Title": "HTTP and WebSocket Server Library",
  "Version": "1.6.16.9000",
  "Authors@R": "c(\nperson(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = c(\"aut\", \"cre\")),\nperson(\"Posit, PBC\", role = c(\"cph\", \"fnd\"),\ncomment = c(ROR = \"03wc8by49\")),\nperson(\"Hector\", \"Corrada Bravo\", role = \"ctb\"),\nperson(\"Jeroen\", \"Ooms\", role = \"ctb\"),\nperson(\"Andrzej\", \"Krzemienski\", role = \"cph\",\ncomment = \"optional.hpp\"),\nperson(\"libuv project contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file\"),\nperson(\"Joyent, Inc. and other Node contributors\", role = \"cph\",\ncomment = \"libuv library, see src/libuv/AUTHORS file; and http-parser library, see src/http-parser/AUTHORS file\"),\nperson(\"Niels\", \"Provos\", role = \"cph\",\ncomment = \"libuv subcomponent: tree.h\"),\nperson(\"Internet Systems Consortium, Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: inet_pton and inet_ntop, contained in src/libuv/src/inet.c\"),\nperson(\"Alexander\", \"Chemeris\", role = \"cph\",\ncomment = \"libuv subcomponent: stdint-msvc2008.h (from msinttypes)\"),\nperson(\"Google, Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Sony Mobile Communcations AB\", role = \"cph\",\ncomment = \"libuv subcomponent: pthread-fixes.c\"),\nperson(\"Berkeley Software Design Inc.\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Kenneth\", \"MacKay\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Emergya (Cloud4all, FP7/2007-2013, grant agreement no 289016)\", role = \"cph\",\ncomment = \"libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c\"),\nperson(\"Steve\", \"Reid\", role = \"aut\",\ncomment = \"SHA-1 implementation\"),\nperson(\"James\", \"Brown\", role = \"aut\",\ncomment = \"SHA-1 implementation\"),\nperson(\"Bob\", \"Trower\", role = \"aut\",\ncomment = \"base64 implementation\"),\nperson(\"Alexander\", \"Peslyak\", role = \"aut\",\ncomment = \"MD5 implementation\"),\nperson(\"Trantor Standard Systems\", role = \"cph\",\ncomment = \"base64 implementation\"),\nperson(\"Igor\", \"Sysoev\", role = \"cph\",\ncomment = \"http-parser\")\n)",
  "Description": "Provides low-level socket and protocol support for\nhandling HTTP and WebSocket requests directly from within R. It\nis primarily intended as a building block for other packages,\nrather than making it particularly easy to create complete web\napplications using httpuv alone.  httpuv is built on top of the\nlibuv and http-parser C libraries, both of which were developed\nby Joyent, Inc. (See LICENSE file for libuv and http-parser\nlicense information.)",
  "License": "GPL (>= 2) | file LICENSE",
  "URL": "https://rstudio.github.io/httpuv/,\nhttps://github.com/rstudio/httpuv",
  "BugReports": "https://github.com/rstudio/httpuv/issues",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Config/usethis/last-upkeep": "2025-07-01",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "GNU make, zlib",
  "Collate": "'RcppExports.R' 'httpuv-package.R' 'httpuv.R' 'random_port.R'\n'server.R' 'staticServer.R' 'static_paths.R' 'utils.R'",
  "Config/pak/sysreqs": "make zlib1g-dev",
  "Repository": "https://rstudio.r-universe.dev",
  "Date/Publication": "2026-03-17 14:55:34 UTC",
  "RemoteUrl": "https://github.com/rstudio/httpuv",
  "RemoteRef": "HEAD",
  "RemoteSha": "c758c542f9e3216264f332d7d9e6675adb79798a",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-16 08:39:26 UTC",
    "User": "root"
  },
  "Author": "Joe Cheng [aut],\nWinston Chang [aut, cre],\nPosit, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>),\nHector Corrada Bravo [ctb],\nJeroen Ooms [ctb],\nAndrzej Krzemienski [cph] (optional.hpp),\nlibuv project contributors [cph] (libuv library, see src/libuv/AUTHORS\nfile),\nJoyent, Inc. and other Node contributors [cph] (libuv library, see\nsrc/libuv/AUTHORS file; and http-parser library, see\nsrc/http-parser/AUTHORS file),\nNiels Provos [cph] (libuv subcomponent: tree.h),\nInternet Systems Consortium, Inc. [cph] (libuv subcomponent: inet_pton\nand inet_ntop, contained in src/libuv/src/inet.c),\nAlexander Chemeris [cph] (libuv subcomponent: stdint-msvc2008.h (from\nmsinttypes)),\nGoogle, Inc. [cph] (libuv subcomponent: pthread-fixes.c),\nSony Mobile Communcations AB [cph] (libuv subcomponent:\npthread-fixes.c),\nBerkeley Software Design Inc. [cph] (libuv subcomponent:\nandroid-ifaddrs.h, android-ifaddrs.c),\nKenneth MacKay [cph] (libuv subcomponent: android-ifaddrs.h,\nandroid-ifaddrs.c),\nEmergya (Cloud4all, FP7/2007-2013, grant agreement no 289016) [cph]\n(libuv subcomponent: android-ifaddrs.h, android-ifaddrs.c),\nSteve Reid [aut] (SHA-1 implementation),\nJames Brown [aut] (SHA-1 implementation),\nBob Trower [aut] (base64 implementation),\nAlexander Peslyak [aut] (MD5 implementation),\nTrantor Standard Systems [cph] (base64 implementation),\nIgor Sysoev [cph] (http-parser)",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "MD5sum": "b158e87c97cd7accab838a8641897dee",
  "_user": "rstudio",
  "_type": "src",
  "_file": "httpuv_1.6.16.9000.tar.gz",
  "_fileid": "d6a9dd372b51e6f7e99fc595e97e1eb0f57d415464a73cb8ad9d5a1d1abc2742",
  "_filesize": 2021158,
  "_sha256": "d6a9dd372b51e6f7e99fc595e97e1eb0f57d415464a73cb8ad9d5a1d1abc2742",
  "_created": "2026-05-16T08:39:26.000Z",
  "_published": "2026-06-02T18:13:32.572Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79140387052,
      "time": 176,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7032039987"
    },
    {
      "job": 79140386589,
      "time": 170,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7032039463"
    },
    {
      "job": 79140386985,
      "time": 181,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032040541"
    },
    {
      "job": 79140387008,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032038704"
    },
    {
      "job": 79140387183,
      "time": 178,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032040233"
    },
    {
      "job": 79140387051,
      "time": 317,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032055903"
    },
    {
      "job": 79140386565,
      "time": 189,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032041402"
    },
    {
      "job": 79140386824,
      "time": 424,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032067660"
    },
    {
      "job": 79140386484,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032020078"
    },
    {
      "job": 79140385948,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7366120956"
    },
    {
      "job": 79140386370,
      "time": 213,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7032044205"
    },
    {
      "job": 79140386937,
      "time": 214,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032044336"
    },
    {
      "job": 79140386369,
      "time": 228,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032045736"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rstudio/httpuv",
  "_commit": {
    "id": "c758c542f9e3216264f332d7d9e6675adb79798a",
    "author": "Carson Sievert <cpsievert1@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "docs: Add NEWS entries for recent build and test fixes (#430, #432, #433) (#434)\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
    "time": 1773759334
  },
  "_maintainer": {
    "name": "Winston Chang",
    "email": "winston@posit.co",
    "login": "wch",
    "uuid": 86978
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.15.1",
      "role": "Depends"
    },
    {
      "package": "later",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "later",
      "version": ">= 0.8.0",
      "role": "Imports"
    },
    {
      "package": "promises",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.7",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "websocket",
      "role": "Suggests"
    }
  ],
  "_owner": "rstudio",
  "_selfowned": true,
  "_usedby": 2174,
  "_updates": [
    {
      "week": "2025-27",
      "n": 3
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 3
    },
    {
      "week": "2026-12",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 250,
  "_contributors": [
    {
      "user": "wch",
      "count": 559,
      "uuid": 86978
    },
    {
      "user": "jcheng5",
      "count": 252,
      "uuid": 129551
    },
    {
      "user": "schloerke",
      "count": 39,
      "uuid": 93231
    },
    {
      "user": "gadenbuie",
      "count": 23,
      "uuid": 5420529
    },
    {
      "user": "cpsievert",
      "count": 15,
      "uuid": 1365941
    },
    {
      "user": "nealrichardson",
      "count": 10,
      "uuid": 2975928
    },
    {
      "user": "hcorrada",
      "count": 9,
      "uuid": 2072476
    },
    {
      "user": "jeroen",
      "count": 8,
      "uuid": 216319
    },
    {
      "user": "alandipert",
      "count": 7,
      "uuid": 26024
    },
    {
      "user": "shikokuchuo",
      "count": 5,
      "uuid": 53399081
    },
    {
      "user": "yihui",
      "count": 3,
      "uuid": 163582
    },
    {
      "user": "atheriel",
      "count": 2,
      "uuid": 1448326
    },
    {
      "user": "gifi",
      "count": 2,
      "uuid": 7859980
    },
    {
      "user": "mattsandy",
      "count": 2,
      "uuid": 5580294
    },
    {
      "user": "promyloph",
      "count": 2,
      "uuid": 13182
    },
    {
      "user": "lhaferkamp",
      "count": 2,
      "uuid": 5586401
    },
    {
      "user": "rundel",
      "count": 1,
      "uuid": 273926
    },
    {
      "user": "qulogic",
      "count": 1,
      "uuid": 302469
    },
    {
      "user": "gtritchie",
      "count": 1,
      "uuid": 10569626
    },
    {
      "user": "nstrayer",
      "count": 1,
      "uuid": 6764693
    },
    {
      "user": "salim-b",
      "count": 1,
      "uuid": 20040931
    },
    {
      "user": "sebastian-c",
      "count": 1,
      "uuid": 1818581
    },
    {
      "user": "zainrizvi",
      "count": 1,
      "uuid": 4468967
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "ismirsehregal",
      "count": 1,
      "uuid": 36849480
    }
  ],
  "_userbio": {
    "uuid": 513560,
    "type": "organization",
    "name": "RStudio"
  },
  "_downloads": {
    "count": 593522,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/httpuv"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/rstudio/httpuv",
  "_pkgdown": "https://rstudio.github.io/httpuv/",
  "_searchresults": 916,
  "_topics": [
    "libuv1",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/httpuv.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rstudio/httpuv",
  "_realowner": "rstudio",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.5",
      "date": "2013-03-11"
    },
    {
      "version": "1.0.6.3",
      "date": "2013-06-01"
    },
    {
      "version": "1.1.0",
      "date": "2013-08-22"
    },
    {
      "version": "1.2.0",
      "date": "2013-10-14"
    },
    {
      "version": "1.2.1",
      "date": "2013-12-07"
    },
    {
      "version": "1.2.2",
      "date": "2014-01-31"
    },
    {
      "version": "1.2.3",
      "date": "2014-02-18"
    },
    {
      "version": "1.3.0",
      "date": "2014-04-04"
    },
    {
      "version": "1.3.2",
      "date": "2014-10-23"
    },
    {
      "version": "1.3.3",
      "date": "2015-08-03"
    },
    {
      "version": "1.3.5",
      "date": "2017-07-04"
    },
    {
      "version": "1.3.6",
      "date": "2018-02-27"
    },
    {
      "version": "1.3.6.1",
      "date": "2018-02-28"
    },
    {
      "version": "1.3.6.2",
      "date": "2018-03-02"
    },
    {
      "version": "1.4.0",
      "date": "2018-04-19"
    },
    {
      "version": "1.4.1",
      "date": "2018-04-21"
    },
    {
      "version": "1.4.2",
      "date": "2018-05-03"
    },
    {
      "version": "1.4.3",
      "date": "2018-05-10"
    },
    {
      "version": "1.4.4.1",
      "date": "2018-06-18"
    },
    {
      "version": "1.4.4.2",
      "date": "2018-07-02"
    },
    {
      "version": "1.4.5",
      "date": "2018-07-19"
    },
    {
      "version": "1.4.5.1",
      "date": "2018-12-18"
    },
    {
      "version": "1.5.0",
      "date": "2019-03-15"
    },
    {
      "version": "1.5.1",
      "date": "2019-04-06"
    },
    {
      "version": "1.5.2",
      "date": "2019-09-11"
    },
    {
      "version": "1.5.3.1",
      "date": "2020-05-26"
    },
    {
      "version": "1.5.4",
      "date": "2020-06-06"
    },
    {
      "version": "1.5.5",
      "date": "2021-01-13"
    },
    {
      "version": "1.6.0",
      "date": "2021-04-23"
    },
    {
      "version": "1.6.1",
      "date": "2021-05-07"
    },
    {
      "version": "1.6.2",
      "date": "2021-08-18"
    },
    {
      "version": "1.6.3",
      "date": "2021-09-09"
    },
    {
      "version": "1.6.4",
      "date": "2021-12-14"
    },
    {
      "version": "1.6.5",
      "date": "2022-01-05"
    },
    {
      "version": "1.6.6",
      "date": "2022-09-08"
    },
    {
      "version": "1.6.7",
      "date": "2022-12-14"
    },
    {
      "version": "1.6.8",
      "date": "2023-01-14"
    },
    {
      "version": "1.6.9",
      "date": "2023-02-14"
    },
    {
      "version": "1.6.10",
      "date": "2023-05-08"
    },
    {
      "version": "1.6.11",
      "date": "2023-05-11"
    },
    {
      "version": "1.6.12",
      "date": "2023-10-23"
    },
    {
      "version": "1.6.13",
      "date": "2023-12-06"
    },
    {
      "version": "1.6.14",
      "date": "2024-01-27"
    },
    {
      "version": "1.6.15",
      "date": "2024-03-26"
    },
    {
      "version": "1.6.16",
      "date": "2025-04-16"
    },
    {
      "version": "1.6.17",
      "date": "2026-03-18"
    }
  ],
  "_exports": [
    "as.staticPath",
    "decodeURI",
    "decodeURIComponent",
    "encodeURI",
    "encodeURIComponent",
    "excludeStaticPath",
    "getRNGState",
    "interrupt",
    "ipFamily",
    "listServers",
    "randomPort",
    "rawToBase64",
    "runServer",
    "runStaticServer",
    "service",
    "startDaemonizedServer",
    "startPipeServer",
    "startServer",
    "staticPath",
    "staticPathOptions",
    "stopAllServers",
    "stopDaemonizedServer",
    "stopServer",
    "WebSocket"
  ],
  "_help": [
    {
      "page": "httpuv-package",
      "title": "HTTP and WebSocket server",
      "topics": [
        "httpuv-package",
        "httpuv"
      ]
    },
    {
      "page": "encodeURI",
      "title": "URI encoding/decoding",
      "topics": [
        "decodeURI",
        "decodeURIComponent",
        "encodeURI",
        "encodeURIComponent"
      ]
    },
    {
      "page": "interrupt",
      "title": "Interrupt httpuv runloop",
      "topics": [
        "interrupt"
      ]
    },
    {
      "page": "ipFamily",
      "title": "Check whether an address is IPv4 or IPv6",
      "topics": [
        "ipFamily"
      ]
    },
    {
      "page": "listServers",
      "title": "List all running httpuv servers",
      "topics": [
        "listServers"
      ]
    },
    {
      "page": "randomPort",
      "title": "Find an open TCP port",
      "topics": [
        "randomPort"
      ]
    },
    {
      "page": "rawToBase64",
      "title": "Convert raw vector to Base64-encoded string",
      "topics": [
        "rawToBase64"
      ]
    },
    {
      "page": "runServer",
      "title": "Run a server",
      "topics": [
        "runServer"
      ]
    },
    {
      "page": "runStaticServer",
      "title": "Serve a directory",
      "topics": [
        "runStaticServer"
      ]
    },
    {
      "page": "service",
      "title": "Process requests",
      "topics": [
        "service"
      ]
    },
    {
      "page": "startDaemonizedServer",
      "title": "Create an HTTP/WebSocket daemonized server (deprecated)",
      "topics": [
        "startDaemonizedServer"
      ]
    },
    {
      "page": "startServer",
      "title": "Create an HTTP/WebSocket server",
      "topics": [
        "startPipeServer",
        "startServer"
      ]
    },
    {
      "page": "staticPath",
      "title": "Create a staticPath object",
      "topics": [
        "excludeStaticPath",
        "staticPath"
      ]
    },
    {
      "page": "staticPathOptions",
      "title": "Create options for static paths",
      "topics": [
        "staticPathOptions"
      ]
    },
    {
      "page": "stopAllServers",
      "title": "Stop all servers",
      "topics": [
        "stopAllServers"
      ]
    },
    {
      "page": "stopDaemonizedServer",
      "title": "Stop a running daemonized server in Unix environments (deprecated)",
      "topics": [
        "stopDaemonizedServer"
      ]
    },
    {
      "page": "stopServer",
      "title": "Stop a server",
      "topics": [
        "stopServer"
      ]
    },
    {
      "page": "WebSocket",
      "title": "WebSocket class",
      "topics": [
        "WebSocket"
      ]
    }
  ],
  "_readme": "https://github.com/rstudio/httpuv/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "fastmap",
    "later",
    "lifecycle",
    "magrittr",
    "otel",
    "promises",
    "R6",
    "Rcpp",
    "rlang"
  ],
  "_sysdeps": [
    {
      "shlib": "libuv",
      "package": "libuv1t64",
      "headers": "libuv1-dev",
      "source": "libuv1",
      "version": "1.48.0-1.1build1",
      "name": "libuv1",
      "homepage": "https://github.com/libuv/libuv",
      "description": "asynchronous event notification library - runtime library"
    },
    {
      "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"
    }
  ],
  "_score": 15.929924331373403,
  "_indexed": true,
  "_nocasepkg": "httpuv",
  "_universes": [
    "rstudio",
    "wch"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:42:17.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "71cdfab76740229c7d0e87bd3da220795fba88bd307dd182c02934e02ef068ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:42:11.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "c2473690c4a571193e564d132e15274bd8e42347a83e4240ac4945c7fd30ed1e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:42:23.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "247250073fcbc40e1b822a9dddc4f26dc38786d7c19ea48c771085a63abb4090",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:42:06.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "6ee0bfc2cc5f45a4e3b4bdcc57407373a81790da53ebc888a0d25ecce02c98d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:41:52.000Z",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "ffc4f5e0f5a1578c7473d572cb880edc392b4c628bdc8966d1e41e2229ef8865",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:43:04.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "228b78a18e8968e9ae46c3a97b69fb5ecb3ec772e151498b3e20cf67dd6e9e1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:41:53.000Z",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "c0a28eb3e2f83e23aad1744a611e5e363afbf963c08f4357717060891b2d6219",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:43:29.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "e824ae0719ee7ed6ac0e3d01c8d7a02892513a531f2e571ca4ad3a3b6f70ccc9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:41:18.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "4403ee6ab200072ba4c70b4aa202f8335eeb196a859a0eedfa824af100a90377",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:41:19.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "3b2f51ba6c5fefd5fc66ce83d2179287f9f734aa39dee1eafbbf6eb31d1d85a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.16.9000",
      "date": "2026-05-16T08:41:45.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "41ad77624cd6f49e0add2d6ee41a8931b56bcd29f721df23428fe8802521dd2a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.16.9000",
      "date": "2026-06-02T18:12:29.000Z",
      "arch": "emscripten",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "0a0a6f08b8a63fcf9e0aabade685a97199b6efc6d880c5974a88be7552e04643",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rstudio/actions/runs/25957489851"
    }
  ]
}