{
  "_id": "6a4959bff6c47c441949dded",
  "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://posit-dev-shinycoreci.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-06-24 01:04:12 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>",
  "_user": "posit-dev-shinycoreci",
  "_type": "src",
  "_file": "httpuv_1.6.16.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/31efd801f923fe7053c59904b79ca15f590b960407844d9ab9f3396c1b186dec",
  "_filesize": 2022617,
  "_sha256": "31efd801f923fe7053c59904b79ca15f590b960407844d9ab9f3396c1b186dec",
  "_expires": "2026-10-12T19:06:37.000Z",
  "_created": "2026-06-24T01:04:12.000Z",
  "_published": "2026-07-04T19:06:39.713Z",
  "_jobs": [
    {
      "job": 85159065065,
      "time": 238,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837610512"
    },
    {
      "job": 85159065143,
      "time": 272,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837618080"
    },
    {
      "job": 85159065154,
      "time": 230,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837608100"
    },
    {
      "job": 85159065067,
      "time": 229,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837607592"
    },
    {
      "job": 85159065062,
      "time": 220,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837605278"
    },
    {
      "job": 85159065117,
      "time": 267,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837617280"
    },
    {
      "job": 85159065156,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837586003"
    },
    {
      "job": 85159065142,
      "time": 361,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837638644"
    },
    {
      "job": 85159064869,
      "time": 256,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837551716"
    },
    {
      "job": 85159064934,
      "time": 224,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837606125"
    },
    {
      "job": 85159065014,
      "time": 201,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837600441"
    },
    {
      "job": 85159065158,
      "time": 194,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837599003"
    },
    {
      "job": 85159065230,
      "time": 228,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837607387"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369",
  "_status": "success",
  "_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",
    "description": "Senior Principal Software Engineer at @posit-pbc (formerly known as @rstudio)",
    "uuid": 86978
  },
  "_distro": "resolute",
  "_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": false,
  "_usedby": 2200,
  "_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": 159192787,
    "type": "organization",
    "name": "posit-dev-shinycoreci",
    "followers": 0
  },
  "_downloads": {
    "count": 860010,
    "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": 938,
  "_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",
    "LICENSE",
    "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.51.0-2ubuntu1",
      "name": "libuv1",
      "homepage": "https://github.com/libuv/libuv",
      "description": "asynchronous event notification library - runtime library"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 16.106461516782584,
  "_indexed": false,
  "_nocasepkg": "httpuv",
  "_universes": [
    "posit-dev-shinycoreci"
  ],
  "_indexurl": "https://rstudio.r-universe.dev/httpuv",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:08:15.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/96f8382f7fd6e4738282476d1df4a45f5dffcf062ad3c323b1008e0a29aa79fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:08:40.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/e697d7c1a41fe7fd6755d7eceabedccf73f964d853ca500facb274eb7d0c60bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:08:06.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/59d3a648e9900dd041371f57f8556a55bbde53604773cc29c27b98b92c2769c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:07:58.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/0f06a42c64ddda13d29e979f7172f5ef39db4796fb58bdb8a42654d19e4fa2d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:07:02.000Z",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/27716f5485a635d6080cd7807d0790db2ec352ccd1fc6e3db5e2018330be752b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:07:05.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/ce0888456a4133ab5e7d404de31d9da45de742cde928e7327ada28e9783f6eb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:06:15.000Z",
      "arch": "aarch64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/f53367cab029e83242de95d1b53c697d59198bc862c65801530953d6c90bfb77",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:07:43.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/ba65a79a36c9485728f3c6c4632c1fa4790eb11c89a3ef5dc8bb4db2a379bd2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:08:11.000Z",
      "arch": "emscripten",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/8836d76438c38d8a59fa47b4b7aa5c8675b1002abf4c3e1cbb2a4d276f7642e7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:05:58.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/6354cf674318fe389492cfac527934a11b979955723735e98d42055e78103e88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:05:58.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/7a47fb6412876f383713bdd09c2edda115c5caf7b442a550e7b752b7a919c580",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.16.9000",
      "date": "2026-06-24T01:06:07.000Z",
      "arch": "x86_64",
      "commit": "c758c542f9e3216264f332d7d9e6675adb79798a",
      "fileid": "https://r2.ropensci.org/3f4b1d50fd00ccb20ff1964c5125733e32af1d97e886828efc32be380a097268",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/28067771369"
    }
  ]
}