{
  "_id": "6a1978caacfb0bcc41df3a14",
  "Package": "zaro",
  "Title": "Zarr via Arrow",
  "Version": "0.0.1.9010",
  "Authors@R": "c(person(\"Michael\", \"Sumner\", email = \"mdsumner@gmail.com\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-2471-7511\")),\nperson(\"Hugo\", \"Gruson\", , , role = c(\"ctb\"),\ncomment = c(ORCID = \"0000-0002-4094-1476\")))",
  "Description": "Low-level Zarr interface (V2 and V3) built on Arrow\nfilesystem and codec infrastructure. Provides direct access to\nZarr stores on local filesystems, S3, and GCS via Arrow, with\nfallback to GDAL virtual filesystems for HTTP and other\nprotocols via gdalraster. Supports Kerchunk JSON and Parquet\nreference stores for virtual Zarr access to existing archives.\nAutomatically detects Zarr version and handles S3 region\nredirects.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Collate": "'utils.R' 'zaro-package.R' 'store.R' 'meta.R' 'codec.R'\n'chunk.R' 'reference.R' 'print.R' 'api.R' 'virtualizarr.R'",
  "Config/pak/sysreqs": "cmake libssl-dev",
  "Repository": "https://hypertidy.r-universe.dev",
  "Date/Publication": "2026-05-29 06:49:43 UTC",
  "RemoteUrl": "https://github.com/hypertidy/zaro",
  "RemoteRef": "HEAD",
  "RemoteSha": "9ad40491493011727d1f72e930b248b49c51db89",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-29 09:54:14 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2471-7511>),\nHugo Gruson [ctb] (ORCID: <https://orcid.org/0000-0002-4094-1476>)",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "MD5sum": "af34a83eac209809ce8c69c921ce4903",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "zaro_0.0.1.9010.tar.gz",
  "_fileid": "d160dbfe7e0c74d447779ee04dee41d7f1b215c8720c3326bc4adcb193e7e081",
  "_filesize": 574543,
  "_sha256": "d160dbfe7e0c74d447779ee04dee41d7f1b215c8720c3326bc4adcb193e7e081",
  "_created": "2026-05-29T09:54:14.000Z",
  "_published": "2026-05-29T11:30:17.992Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78478450045,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7288019526"
    },
    {
      "job": 78478450031,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7288020057"
    },
    {
      "job": 78478450082,
      "time": 73,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7289618683"
    },
    {
      "job": 78478450026,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7289533094"
    },
    {
      "job": 78477912273,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7287982008"
    },
    {
      "job": 78478450071,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7288014334"
    },
    {
      "job": 78478450106,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7288015826"
    },
    {
      "job": 78478450067,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7288005147"
    },
    {
      "job": 78478450064,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7288009559"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hypertidy/zaro",
  "_commit": {
    "id": "9ad40491493011727d1f72e930b248b49c51db89",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "Michael Sumner <mdsumner@gmail.com>",
    "message": "add plan for uri interpret\n",
    "time": 1780037383
  },
  "_maintainer": {
    "name": "Michael Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "orcid": "0000-0002-2471-7511",
    "description": "no names have an anonymous function",
    "uuid": 4107631
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "arrow",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "gdalraster",
      "role": "Suggests"
    },
    {
      "package": "blosc",
      "role": "Suggests"
    },
    {
      "package": "future.apply",
      "role": "Suggests"
    },
    {
      "package": "future.mirai",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 4
    },
    {
      "week": "2026-09",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 5
    },
    {
      "week": "2026-13",
      "n": 12
    },
    {
      "week": "2026-22",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 27,
      "uuid": 4107631
    },
    {
      "user": "bisaloo",
      "count": 1,
      "uuid": 10783929
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/zaro"
  },
  "_devurl": "https://github.com/hypertidy/zaro",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/zaro.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "zaro",
    "zaro_chunk",
    "zaro_chunk_apply",
    "zaro_chunk_info",
    "zaro_chunks",
    "zaro_list",
    "zaro_meta",
    "zaro_read"
  ],
  "_help": [
    {
      "page": "zaro",
      "title": "Open a Zarr store",
      "topics": [
        "zaro"
      ]
    },
    {
      "page": "zaro_chunk",
      "title": "Read a single chunk by grid index",
      "topics": [
        "zaro_chunk"
      ]
    },
    {
      "page": "zaro_chunk_apply",
      "title": "Apply a function over chunks",
      "topics": [
        "zaro_chunk_apply"
      ]
    },
    {
      "page": "zaro_chunk_info",
      "title": "Get chunk grid information for an array",
      "topics": [
        "zaro_chunk_info"
      ]
    },
    {
      "page": "zaro_chunks",
      "title": "Read multiple chunks by index range",
      "topics": [
        "zaro_chunks"
      ]
    },
    {
      "page": "zaro_list",
      "title": "List contents of a Zarr store",
      "topics": [
        "zaro_list"
      ]
    },
    {
      "page": "zaro_meta",
      "title": "Get metadata for a Zarr node",
      "topics": [
        "zaro_meta"
      ]
    },
    {
      "page": "zaro_read",
      "title": "Read data from a Zarr array",
      "topics": [
        "zaro_read"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/zaro/raw/HEAD/README.md",
  "_rundeps": [
    "arrow",
    "assertthat",
    "bit",
    "bit64",
    "cli",
    "cpp11",
    "glue",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "purrr",
    "R6",
    "rlang",
    "S7",
    "tidyselect",
    "vctrs",
    "withr"
  ],
  "_score": 3.3521825181113623,
  "_indexed": true,
  "_nocasepkg": "zaro",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.9010",
      "date": "2026-05-29T09:56:23.000Z",
      "distro": "noble",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "fe1c43a82fd90c8e714fe09de837a06d56a323f319198b5498cd28e660f67a4c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.9010",
      "date": "2026-05-29T09:56:26.000Z",
      "distro": "noble",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "ea517a1725225677b96372a21374b46d1b0d8f1a57b68c59fc5d884fc558c368",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.9010",
      "date": "2026-05-29T11:29:55.000Z",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "b14db63c1c0d499d3525c343cce70d624379c3cdec0c1bc52e27a560768247ba",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.9010",
      "date": "2026-05-29T11:24:54.000Z",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "3eb1cd67f6dd30a1156157b5cd2e7387549e5df09aa5bea912248315f4bfd451",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1.9010",
      "date": "2026-05-29T09:56:19.000Z",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "e05f11fba1fadd128b36d7c35d0768d0919819acf237a44aa1c95ecc4fb41ba9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.9010",
      "date": "2026-05-29T09:56:06.000Z",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "d280fde6478f53178f60abae8806a472addc8693e9e960164460f6da6ae1f96d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.9010",
      "date": "2026-05-29T09:55:29.000Z",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "a836e91c5da885e99d1314b85e07700fc39e3055c9c9cbb1b359da3e1c391226",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1.9010",
      "date": "2026-05-29T09:55:41.000Z",
      "commit": "9ad40491493011727d1f72e930b248b49c51db89",
      "fileid": "ee00cef46a6540d997d58b046629da82324908fd7dafc86120ab7f6a8e7ba8b6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26630508163"
    }
  ]
}