Package: zaro Title: Zarr via Arrow Version: 0.0.1.9010 Authors@R: c(person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")), person("Hugo", "Gruson", , , role = c("ctb"), comment = c(ORCID = "0000-0002-4094-1476"))) Description: Low-level Zarr interface (V2 and V3) built on Arrow filesystem and codec infrastructure. Provides direct access to Zarr stores on local filesystems, S3, and GCS via Arrow, with fallback to GDAL virtual filesystems for HTTP and other protocols via gdalraster. Supports Kerchunk JSON and Parquet reference stores for virtual Zarr access to existing archives. Automatically detects Zarr version and handles S3 region redirects. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: arrow, jsonlite, S7 Suggests: gdalraster, blosc, future.apply, future.mirai, testthat (>= 3.0.0) Config/testthat/edition: 3 Collate: 'utils.R' 'zaro-package.R' 'store.R' 'meta.R' 'codec.R' '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: 2026-05-29 09:54:14 UTC; root Author: Michael Sumner [aut, cre] (ORCID: ), Hugo Gruson [ctb] (ORCID: ) Maintainer: Michael Sumner Depends: R (>= 4.1.0)