{
  "_id": "6a25290d4b233be19839350b",
  "Package": "sedonadb",
  "Title": "Bindings for Apache SedonaDB",
  "Version": "0.3.0.9000",
  "Authors@R": "person(\"Dewey\", \"Dunnington\", , \"dewey@dunnington.ca\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides bindings for Apache SedonaDB, a lightweight query\nengine optimized for spatial workflows.",
  "License": "Apache License (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "Cargo (Rust's package manager), rustc",
  "Config/testthat/edition": "3",
  "Config/build/bootstrap": "TRUE",
  "Config/Needs/check": "lintr",
  "Config/pak/sysreqs": "libzstd-dev libclang-dev",
  "Repository": "https://apache.r-universe.dev",
  "Date/Publication": "2026-06-07 05:21:13 UTC",
  "RemoteUrl": "https://github.com/apache/sedona-db",
  "RemoteRef": "HEAD",
  "RemoteSha": "15b128bff667725748b2f23d907112ca57ad756b",
  "RemoteSubdir": "r/sedonadb",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-07 07:12:22 UTC",
    "User": "root"
  },
  "Author": "Dewey Dunnington [aut, cre]",
  "Maintainer": "Dewey Dunnington <dewey@dunnington.ca>",
  "MD5sum": "b50e331490d7729f66050153d9f68142",
  "_user": "apache",
  "_type": "src",
  "_file": "sedonadb_0.3.0.9000.tar.gz",
  "_fileid": "057e97128cc5c15f6be3ab1e64aad63c4954bcf0dafce87dba756c418eb58aec",
  "_filesize": 5524016,
  "_sha256": "057e97128cc5c15f6be3ab1e64aad63c4954bcf0dafce87dba756c418eb58aec",
  "_created": "2026-06-07T07:12:22.000Z",
  "_published": "2026-06-07T08:17:17.819Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79940841868,
      "time": 775,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7461990899"
    },
    {
      "job": 79940841871,
      "time": 1045,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7462025911"
    },
    {
      "job": 79940841883,
      "time": 773,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7461990608"
    },
    {
      "job": 79940841887,
      "time": 1055,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462027155"
    },
    {
      "job": 79940841882,
      "time": 1117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7462046845"
    },
    {
      "job": 79940841878,
      "time": 1753,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7462116584"
    },
    {
      "job": 79940841884,
      "time": 1010,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462030425"
    },
    {
      "job": 79940841885,
      "time": 1964,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462149662"
    },
    {
      "job": 79939741055,
      "time": 1124,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7461880930"
    },
    {
      "job": 79940841833,
      "time": 171,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 79940841865,
      "time": 2922,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7462262022"
    },
    {
      "job": 79940841855,
      "time": 2929,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7462263096"
    },
    {
      "job": 79940841852,
      "time": 2589,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7462216218"
    }
  ],
  "_buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/apache/sedona-db",
  "_commit": {
    "id": "15b128bff667725748b2f23d907112ca57ad756b",
    "author": "Jia Yu <jiayu@wherobots.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "feat(docker): publish multi-arch GPU image with multi-CUDA-arch support (#909)\n\nMake the GPU Docker image buildable and publishable for both CPU\narchitectures and a range of NVIDIA GPUs.\n\n- Resolve the vcpkg triplet from the host architecture so the image\n  builds on both linux/amd64 and linux/arm64 (was hardcoded x64-linux).\n- Default CMAKE_CUDA_ARCHITECTURES to a 75;86;89 fat binary (Turing,\n  Ampere, Ada Lovelace) so the prebuilt image runs out of the box on\n  the T4, A10G, and L4 without CUDA's forward-only JIT failing on older\n  GPUs (e.g. the T4 on AWS g5g instances).\n- Add docker/build.sh with local and release (multi-arch push) modes,\n  modeled on Apache Sedona's docker/build.sh.\n- Document the published apache/sedona:sedonadb-latest image in the GPU\n  guide and the publishing workflow in the contributors guide.\n\nVerified on AWS g5.2xlarge (A10G) and g5g.2xlarge (T4).",
    "time": 1780809673
  },
  "_maintainer": {
    "name": "Dewey Dunnington",
    "email": "dewey@dunnington.ca",
    "login": "paleolimbot",
    "mastodon": "@paleolimbot@fosstodon.org",
    "bluesky": "@paleolimbot.bsky.social",
    "linkedin": "in/deweydunnington",
    "twitter": "@paleolimbot",
    "description": "Geo at @wherobots, formerly @voltrondata + @rstudio",
    "uuid": 10995762
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "geoarrow",
      "role": "Imports"
    },
    {
      "package": "nanoarrow",
      "role": "Imports"
    },
    {
      "package": "adbcdrivermanager",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "rlang",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidyselect",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "wk",
      "role": "Suggests"
    }
  ],
  "_owner": "apache",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-23",
      "n": 1
    },
    {
      "week": "2025-24",
      "n": 2
    },
    {
      "week": "2025-25",
      "n": 9
    },
    {
      "week": "2025-26",
      "n": 6
    },
    {
      "week": "2025-27",
      "n": 4
    },
    {
      "week": "2025-28",
      "n": 5
    },
    {
      "week": "2025-29",
      "n": 4
    },
    {
      "week": "2025-30",
      "n": 8
    },
    {
      "week": "2025-31",
      "n": 11
    },
    {
      "week": "2025-32",
      "n": 16
    },
    {
      "week": "2025-33",
      "n": 3
    },
    {
      "week": "2025-34",
      "n": 13
    },
    {
      "week": "2025-35",
      "n": 29
    },
    {
      "week": "2025-36",
      "n": 15
    },
    {
      "week": "2025-37",
      "n": 35
    },
    {
      "week": "2025-38",
      "n": 27
    },
    {
      "week": "2025-39",
      "n": 24
    },
    {
      "week": "2025-40",
      "n": 6
    },
    {
      "week": "2025-41",
      "n": 18
    },
    {
      "week": "2025-42",
      "n": 11
    },
    {
      "week": "2025-43",
      "n": 9
    },
    {
      "week": "2025-44",
      "n": 13
    },
    {
      "week": "2025-45",
      "n": 13
    },
    {
      "week": "2025-46",
      "n": 10
    },
    {
      "week": "2025-47",
      "n": 17
    },
    {
      "week": "2025-48",
      "n": 24
    },
    {
      "week": "2025-49",
      "n": 12
    },
    {
      "week": "2025-50",
      "n": 21
    },
    {
      "week": "2025-51",
      "n": 16
    },
    {
      "week": "2026-01",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 17
    },
    {
      "week": "2026-03",
      "n": 11
    },
    {
      "week": "2026-04",
      "n": 15
    },
    {
      "week": "2026-05",
      "n": 11
    },
    {
      "week": "2026-06",
      "n": 9
    },
    {
      "week": "2026-07",
      "n": 29
    },
    {
      "week": "2026-08",
      "n": 29
    },
    {
      "week": "2026-09",
      "n": 15
    },
    {
      "week": "2026-10",
      "n": 14
    },
    {
      "week": "2026-11",
      "n": 11
    },
    {
      "week": "2026-12",
      "n": 13
    },
    {
      "week": "2026-13",
      "n": 8
    },
    {
      "week": "2026-14",
      "n": 3
    },
    {
      "week": "2026-15",
      "n": 6
    },
    {
      "week": "2026-16",
      "n": 15
    },
    {
      "week": "2026-17",
      "n": 6
    },
    {
      "week": "2026-18",
      "n": 8
    },
    {
      "week": "2026-19",
      "n": 13
    },
    {
      "week": "2026-20",
      "n": 15
    },
    {
      "week": "2026-21",
      "n": 8
    },
    {
      "week": "2026-22",
      "n": 14
    },
    {
      "week": "2026-23",
      "n": 16
    }
  ],
  "_tags": [
    {
      "name": "apache-sedona-db-0.1.0",
      "date": "2025-09-19"
    },
    {
      "name": "apache-sedona-db-0.1.0-rc0",
      "date": "2025-09-19"
    },
    {
      "name": "apache-sedona-db-0.2.0.dev",
      "date": "2025-09-30"
    },
    {
      "name": "apache-sedona-db-0.2.0-rc0",
      "date": "2025-11-27"
    },
    {
      "name": "apache-sedona-db-0.2.0",
      "date": "2025-12-01"
    },
    {
      "name": "apache-sedona-db-0.2.0-rc1",
      "date": "2025-12-01"
    },
    {
      "name": "apache-sedona-db-0.3.0.dev",
      "date": "2025-12-04"
    },
    {
      "name": "apache-sedona-db-0.3.0-rc0",
      "date": "2026-02-28"
    },
    {
      "name": "apache-sedona-db-0.3.0",
      "date": "2026-03-05"
    },
    {
      "name": "apache-sedona-db-0.3.0-rc1",
      "date": "2026-03-05"
    },
    {
      "name": "apache-sedona-db-0.4.0.dev",
      "date": "2026-03-06"
    }
  ],
  "_topics": [
    "c",
    "database",
    "geospatial",
    "hacktoberfest",
    "python",
    "rust",
    "spatial-analysis",
    "spatial-query",
    "spatial-sql",
    "cargo",
    "geos"
  ],
  "_stars": 464,
  "_contributors": [
    {
      "user": "paleolimbot",
      "count": 271,
      "uuid": 10995762
    },
    {
      "user": "kontinuation",
      "count": 120,
      "uuid": 5501374
    },
    {
      "user": "petern48",
      "count": 50,
      "uuid": 115442597
    },
    {
      "user": "yutannihilation",
      "count": 43,
      "uuid": 1978793
    },
    {
      "user": "jesspav",
      "count": 33,
      "uuid": 202656197
    },
    {
      "user": "jiayuasu",
      "count": 29,
      "uuid": 10948864
    },
    {
      "user": "zhangfengcdt",
      "count": 29,
      "uuid": 2991956
    },
    {
      "user": "abeeujah",
      "count": 19,
      "uuid": 100226788
    },
    {
      "user": "pwrliang",
      "count": 17,
      "uuid": 14839342
    },
    {
      "user": "kadolor",
      "count": 13,
      "uuid": 1966960
    },
    {
      "user": "mrpowers",
      "count": 11,
      "uuid": 2722395
    },
    {
      "user": "james-willis",
      "count": 9,
      "uuid": 12297349
    },
    {
      "user": "b4l",
      "count": 9,
      "uuid": 16224327
    },
    {
      "user": "2010youy01",
      "count": 8,
      "uuid": 23360377
    },
    {
      "user": "mrpowers-wb",
      "count": 5,
      "uuid": 192138325
    },
    {
      "user": "camden-lowrance",
      "count": 5,
      "uuid": 76054170
    },
    {
      "user": "joonaspessi",
      "count": 4,
      "uuid": 2324438
    },
    {
      "user": "lakshmisowmya04",
      "count": 4,
      "uuid": 112118575
    },
    {
      "user": "mayankaggarwal8055",
      "count": 3,
      "uuid": 174193699
    },
    {
      "user": "mehak3010",
      "count": 3,
      "uuid": 165273039
    },
    {
      "user": "caicancai",
      "count": 2,
      "uuid": 77189278
    },
    {
      "user": "jbampton",
      "count": 2,
      "uuid": 418747
    },
    {
      "user": "p-vdp",
      "count": 2,
      "uuid": 10510895
    },
    {
      "user": "prantogg",
      "count": 2,
      "uuid": 22538269
    },
    {
      "user": "tlblessing",
      "count": 2,
      "uuid": 3756245
    },
    {
      "user": "isaaccorley",
      "count": 1,
      "uuid": 22203655
    },
    {
      "user": "martin-g",
      "count": 1,
      "uuid": 232002
    },
    {
      "user": "pratheekrebala",
      "count": 1,
      "uuid": 1174162
    },
    {
      "user": "sapienza88",
      "count": 1,
      "uuid": 80632333
    },
    {
      "user": "ayushjariyal",
      "count": 1,
      "uuid": 148481273
    },
    {
      "user": "dentiny",
      "count": 1,
      "uuid": 26985418
    },
    {
      "user": "eitsupi",
      "count": 1,
      "uuid": 50911393
    },
    {
      "user": "oglego",
      "count": 1,
      "uuid": 110243312
    }
  ],
  "_userbio": {
    "uuid": 47359,
    "type": "organization",
    "name": "The Apache Software Foundation"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sedonadb"
  },
  "_devurl": "https://github.com/apache/sedona-db",
  "_searchresults": 26,
  "_cargo": true,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/sedonadb.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    ".fns",
    ".tables",
    "as_sd_expr",
    "as_sedonadb_dataframe",
    "as_sedonadb_literal",
    "is_sd_expr",
    "sd_anti_join",
    "sd_arrange",
    "sd_collect",
    "sd_compute",
    "sd_configure_proj",
    "sd_connect",
    "sd_count",
    "sd_cross_join",
    "sd_ctx_drop_view",
    "sd_ctx_read_parquet",
    "sd_ctx_read_sf",
    "sd_ctx_register_udf",
    "sd_ctx_sql",
    "sd_ctx_view",
    "sd_drop_view",
    "sd_expr_aggregate_function",
    "sd_expr_alias",
    "sd_expr_any_function",
    "sd_expr_binary",
    "sd_expr_cast",
    "sd_expr_column",
    "sd_expr_factory",
    "sd_expr_literal",
    "sd_expr_negative",
    "sd_expr_parse_binary",
    "sd_expr_scalar_function",
    "sd_filter",
    "sd_full_join",
    "sd_group_by",
    "sd_inner_join",
    "sd_join",
    "sd_join_by",
    "sd_join_contains",
    "sd_join_coveredby",
    "sd_join_covers",
    "sd_join_crosses",
    "sd_join_dwithin",
    "sd_join_equals",
    "sd_join_intersects",
    "sd_join_overlaps",
    "sd_join_select",
    "sd_join_select_default",
    "sd_join_touches",
    "sd_join_within",
    "sd_left_join",
    "sd_preview",
    "sd_read_parquet",
    "sd_read_sf",
    "sd_register_udf",
    "sd_right_join",
    "sd_select",
    "sd_semi_join",
    "sd_sql",
    "sd_summarise",
    "sd_summarize",
    "sd_to_view",
    "sd_transmute",
    "sd_ungroup",
    "sd_view",
    "sd_with_params",
    "sd_write_parquet",
    "sedonadb_adbc"
  ],
  "_help": [
    {
      "page": "dot-fns",
      "title": "SedonaDB Functions",
      "topics": [
        ".fns"
      ]
    },
    {
      "page": "dot-tables",
      "title": "SedonaDB Table Qualifiers",
      "topics": [
        ".tables"
      ]
    },
    {
      "page": "as_sedonadb_dataframe",
      "title": "Convert an object to a DataFrame",
      "topics": [
        "as_sedonadb_dataframe"
      ]
    },
    {
      "page": "as_sedonadb_literal",
      "title": "S3 Generic to create a SedonaDB literal expression",
      "topics": [
        "as_sedonadb_literal"
      ]
    },
    {
      "page": "sd_arrange",
      "title": "Order rows of a SedonaDB data frame using column values",
      "topics": [
        "sd_arrange"
      ]
    },
    {
      "page": "sd_compute",
      "title": "Collect a DataFrame into memory",
      "topics": [
        "sd_collect",
        "sd_compute"
      ]
    },
    {
      "page": "sd_configure_proj",
      "title": "Configure PROJ",
      "topics": [
        "sd_configure_proj"
      ]
    },
    {
      "page": "sd_connect",
      "title": "Create a SedonaDB context",
      "topics": [
        "sd_connect"
      ]
    },
    {
      "page": "sd_count",
      "title": "Count rows in a DataFrame",
      "topics": [
        "sd_count"
      ]
    },
    {
      "page": "sd_drop_view",
      "title": "Create or Drop a named view",
      "topics": [
        "sd_ctx_drop_view",
        "sd_ctx_view",
        "sd_drop_view",
        "sd_view"
      ]
    },
    {
      "page": "sd_expr_column",
      "title": "Create SedonaDB logical expressions",
      "topics": [
        "as_sd_expr",
        "is_sd_expr",
        "sd_expr_aggregate_function",
        "sd_expr_alias",
        "sd_expr_any_function",
        "sd_expr_binary",
        "sd_expr_cast",
        "sd_expr_column",
        "sd_expr_factory",
        "sd_expr_literal",
        "sd_expr_negative",
        "sd_expr_parse_binary",
        "sd_expr_scalar_function"
      ]
    },
    {
      "page": "sd_filter",
      "title": "Keep rows of a SedonaDB DataFrame that match a condition",
      "topics": [
        "sd_filter"
      ]
    },
    {
      "page": "sd_group_by",
      "title": "Group SedonaDB DataFrames by one or more expressions",
      "topics": [
        "sd_group_by",
        "sd_ungroup"
      ]
    },
    {
      "page": "sd_join",
      "title": "Join two SedonaDB DataFrames",
      "topics": [
        "sd_anti_join",
        "sd_cross_join",
        "sd_full_join",
        "sd_inner_join",
        "sd_join",
        "sd_left_join",
        "sd_right_join",
        "sd_semi_join"
      ]
    },
    {
      "page": "sd_join_by",
      "title": "Specify join conditions",
      "topics": [
        "sd_join_by",
        "sd_join_contains",
        "sd_join_coveredby",
        "sd_join_covers",
        "sd_join_crosses",
        "sd_join_dwithin",
        "sd_join_equals",
        "sd_join_intersects",
        "sd_join_overlaps",
        "sd_join_touches",
        "sd_join_within"
      ]
    },
    {
      "page": "sd_join_select",
      "title": "Specify custom post-join column selection",
      "topics": [
        "sd_join_select"
      ]
    },
    {
      "page": "sd_join_select_default",
      "title": "Specify default post-join column selection",
      "topics": [
        "sd_join_select_default"
      ]
    },
    {
      "page": "sd_preview",
      "title": "Preview and print the results of running a query",
      "topics": [
        "sd_preview"
      ]
    },
    {
      "page": "sd_read_parquet",
      "title": "Create a DataFrame from one or more Parquet files",
      "topics": [
        "sd_ctx_read_parquet",
        "sd_read_parquet"
      ]
    },
    {
      "page": "sd_read_sf",
      "title": "Read GDAL/OGR via the sf package",
      "topics": [
        "sd_ctx_read_sf",
        "sd_read_sf"
      ]
    },
    {
      "page": "sd_register_udf",
      "title": "Register a user-defined function",
      "topics": [
        "sd_ctx_register_udf",
        "sd_register_udf"
      ]
    },
    {
      "page": "sd_select",
      "title": "Keep or drop columns of a SedonaDB DataFrame",
      "topics": [
        "sd_select"
      ]
    },
    {
      "page": "sd_sql",
      "title": "Create a DataFrame from SQL",
      "topics": [
        "sd_ctx_sql",
        "sd_sql"
      ]
    },
    {
      "page": "sd_summarise",
      "title": "Aggregate SedonaDB DataFrames to a single row per group",
      "topics": [
        "sd_summarise",
        "sd_summarize"
      ]
    },
    {
      "page": "sd_to_view",
      "title": "Register a DataFrame as a named view",
      "topics": [
        "sd_to_view"
      ]
    },
    {
      "page": "sd_transmute",
      "title": "Create, modify, and delete columns of a SedonaDB DataFrame",
      "topics": [
        "sd_transmute"
      ]
    },
    {
      "page": "sd_with_params",
      "title": "Fill in placeholders",
      "topics": [
        "sd_with_params"
      ]
    },
    {
      "page": "sd_write_parquet",
      "title": "Write DataFrame to (Geo)Parquet files",
      "topics": [
        "sd_write_parquet"
      ]
    },
    {
      "page": "sedonadb_adbc",
      "title": "SedonaDB ADBC Driver",
      "topics": [
        "sedonadb_adbc"
      ]
    }
  ],
  "_readme": "https://github.com/apache/sedona-db/raw/HEAD/r/sedonadb/README.md",
  "_rundeps": [
    "geoarrow",
    "nanoarrow",
    "wk"
  ],
  "_sysdeps": [
    {
      "shlib": "libgeos_c",
      "package": "libgeos-c1t64",
      "headers": "libgeos-dev",
      "source": "geos",
      "version": "3.12.1-3build1",
      "name": "geos",
      "homepage": "https://trac.osgeo.org/geos/",
      "description": "Geometry engine for Geographic Information Systems - C Library"
    }
  ],
  "_score": 8.478735909536086,
  "_indexed": true,
  "_nocasepkg": "sedonadb",
  "_universes": [
    "apache",
    "paleolimbot"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:30:22.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "d0f6bc6c129cab5d5a1ab54db43c4f5d15f2f4d2e21ee0da14598fdd841dd6d6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:30:05.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "6b5eabe03d7c2408c752f094eefb825132971c643c236acbea57d75fdcc36753",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:30:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "e3f0306f1a1f7e1e2e43d2b4754a181b19a69a34e5c0cc01de450a6d4cdd5557",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:30:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "83f44d80a1bf473a5568f6eb0c09fc817fe54f27746107427ed3b5be8c3330b9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:31:03.000Z",
      "arch": "aarch64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "9645d51fd59a5b112d7fedd259b5ce43f3eafd01d50d6f09e1fd27bbd33c7ca0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:31:53.000Z",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "877d7fef2536beeae6bb24083dbbe99b403923fca5d5695d8ecc92508f172616",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:30:44.000Z",
      "arch": "aarch64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "24af3e8d4ba20e922d15826b462b233b428965907e2449fc3b7bc81a8b5d5091",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:32:58.000Z",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "9d639e70a667cf4be7bdbd1f0328e2dfd593c63b748a1f851ad5c58a064d2fe2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:29:29.000Z",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "3aef13e9f0f18f2ff5a5dec8d4573bdebcbae22f408f09979df06c6b13a9e76b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:29:42.000Z",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "624781436f379f9500cd624c2ac8ffef6fb23fb4ac3d01d0ea0d49d4ffef7cf3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0.9000",
      "date": "2026-06-07T07:29:10.000Z",
      "arch": "x86_64",
      "commit": "15b128bff667725748b2f23d907112ca57ad756b",
      "fileid": "7ff218193b7838b0024182f4a93b248832db72e130577335a9c2015893e0f6d2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/apache/actions/runs/27085736959"
    }
  ]
}