{
  "_id": "6a54a766ff0138dec5d6629c",
  "Type": "Package",
  "Package": "httpuv",
  "Title": "HTTP and WebSocket Server Library",
  "Version": "1.6.16.9001",
  "Authors@R": "c(\nperson(given = \"Sounkou Mahamane\", family = \"Toure\",\nemail = \"sounkoutoure@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = \"Maintainer of the Abiomix fork\"),\nperson(given = \"Abiomix FZ LLC\", role = c(\"cph\", \"fnd\"),\ncomment = \"Copyright holder and funder of Abiomix contributions\"),\nperson(\"Joe\", \"Cheng\", , \"joe@posit.co\", role = \"aut\"),\nperson(\"Winston\", \"Chang\", , \"winston@posit.co\", role = \"aut\"),\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://github.com/abiomix/abiomix-r-open,\nhttps://rstudio.github.io/httpuv/,\nhttps://github.com/rstudio/httpuv",
  "BugReports": "https://github.com/abiomix/abiomix-r-open/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",
  "Additional_repositories": "https://abiomix.r-universe.dev",
  "Config/abiomix/public-license": "GPL-2.0-or-later",
  "Config/abiomix/commercial-license": "Separate written agreement for\nAbiomix-owned contributions",
  "Config/abiomix/license-policy": "https://github.com/abiomix/abiomix-r-open/blob/main/LICENSES.md",
  "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://abiomix.r-universe.dev",
  "Date/Publication": "2026-07-13 08:37:42 UTC",
  "RemoteUrl": "https://github.com/abiomix/abiomix-r-open",
  "RemoteRef": "HEAD",
  "RemoteSha": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
  "RemoteSubdir": "packages/httpuv",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-13 08:41:12 UTC",
    "User": "root"
  },
  "Author": "Sounkou Mahamane Toure [aut, cre] (Maintainer of the Abiomix fork),\nAbiomix FZ LLC [cph, fnd] (Copyright holder and funder of Abiomix\ncontributions),\nJoe Cheng [aut],\nWinston Chang [aut],\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": "Sounkou Mahamane Toure <sounkoutoure@gmail.com>",
  "_user": "abiomix",
  "_type": "src",
  "_file": "httpuv_1.6.16.9001.tar.gz",
  "_fileid": "https://r2.ropensci.org/8bdc6c1219b14e45014e671433df2e1360df599ced7d949d615c581e16ce61d2",
  "_filesize": 2025360,
  "_sha256": "8bdc6c1219b14e45014e671433df2e1360df599ced7d949d615c581e16ce61d2",
  "_expires": "2026-10-21T08:52:53.000Z",
  "_created": "2026-07-13T08:41:12.000Z",
  "_published": "2026-07-13T08:52:54.912Z",
  "_jobs": [
    {
      "job": 86771854747,
      "time": 211,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8273651795"
    },
    {
      "job": 86771854739,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8273633933"
    },
    {
      "job": 86771854702,
      "time": 174,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273638091"
    },
    {
      "job": 86771854740,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273635236"
    },
    {
      "job": 86771854769,
      "time": 187,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8273681927"
    },
    {
      "job": 86771854762,
      "time": 430,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8273761092"
    },
    {
      "job": 86771854715,
      "time": 156,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273668364"
    },
    {
      "job": 86771854751,
      "time": 567,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273806310"
    },
    {
      "job": 86771171689,
      "time": 217,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273570165"
    },
    {
      "job": 86771854621,
      "time": 141,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8273624364"
    },
    {
      "job": 86771854656,
      "time": 221,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8273654420"
    },
    {
      "job": 86771854750,
      "time": 244,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8273663567"
    },
    {
      "job": 86771854741,
      "time": 207,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8273649517"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445",
  "_status": "success",
  "_upstream": "https://github.com/abiomix/abiomix-r-open",
  "_commit": {
    "id": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
    "author": "sounkou-bioinfo <sounkoutoure@gmail.com>",
    "committer": "sounkou-bioinfo <sounkoutoure@gmail.com>",
    "message": "Update bundled minibwa to upstream 0.4\n\nRefresh the pinned native sources to minibwa 0.4-r400 while retaining the reviewed portability and SIMD patch queue. Update the package version, installed provenance, CLI version assertion, and release documentation.\n",
    "time": 1783931862
  },
  "_maintainer": {
    "name": "Sounkou Mahamane Toure",
    "email": "sounkoutoure@gmail.com",
    "login": "sounkou-bioinfo",
    "mastodon": "@bioinfhotep@genomic.social",
    "description": "Sequences and Consequences.",
    "uuid": 56392505
  },
  "_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": "abiomix",
  "_selfowned": true,
  "_usedby": 2212,
  "_updates": [
    {
      "week": "2026-29",
      "n": 20
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sounkou-bioinfo",
      "count": 31,
      "uuid": 56392505
    }
  ],
  "_userbio": {
    "uuid": 171933943,
    "type": "organization",
    "name": "Litpeaks",
    "followers": 3,
    "description": "Litpeaks Github Organization"
  },
  "_downloads": {
    "count": 834860,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/httpuv"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/abiomix/abiomix-r-open",
  "_pkgdown": "https://rstudio.github.io/httpuv/",
  "_topics": [
    "libuv1",
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_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": false,
  "_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/abiomix/abiomix-r-open/raw/HEAD/packages/httpuv/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": 8.743520030889643,
  "_indexed": false,
  "_nocasepkg": "httpuv",
  "_universes": [
    "abiomix"
  ],
  "_indexurl": "https://rstudio.r-universe.dev/httpuv",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:44:47.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/b45fb7f508712f7cf2348ebb2014428bfedf3a724a69460d5f7dfefe77a0c0cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:43:57.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/38a80f07f524d2b556f4219c6712a19722f5fcb3ed4928d25e52e51dc48f9993",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:44:12.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/be4dfbfe5af392b1c31026f00b49144086c1ed79830f65d216ef8598524e09bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:43:59.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/b6dcd71b88577d36a3419708b6f5279291d28b07f73b86ddd2ecb61497e9785f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:45:29.000Z",
      "arch": "aarch64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/687c84cea122ae436ef5d8031b2a04493e68d9c3179cb6f9c8280a8577ee0916",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:46:51.000Z",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/ed28b51b9d29fac1d4770684a90187f5f8a87a237129bdb814005f47d752d483",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:45:11.000Z",
      "arch": "aarch64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/527c65b3609670f890313d3a231352db9b6655afe4ef940f634c7fa148252719",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:47:34.000Z",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/f3fb48402c4d6290afcd760c6c176457087ac89b574da49b7935ab7c5342cd69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:43:52.000Z",
      "arch": "emscripten",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/e9150962f4b3c7964cc617a590b2fbb3961826ac38b6efae20b3e688c1917dcf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:43:24.000Z",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/94c937b1645856bee6c36805094d1d8261dc901ce4da22b3a1588c6da819456b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:43:46.000Z",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/1f7f48180e715513af22939f42e9c5374ddc29018caae718301acf06a0efd285",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.6.16.9001",
      "date": "2026-07-13T08:43:08.000Z",
      "arch": "x86_64",
      "commit": "dd82290ba296385fcc7d7dfed339886e9deb41a2",
      "fileid": "https://r2.ropensci.org/c5665455ade593b5e84e68b7c0dda6c220d963a4f1a7720f5ae4cba0d9739fb3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abiomix/actions/runs/29236130445"
    }
  ]
}