Package: Rzarrs Type: Package Title: R Bindings to 'zarrs': Zarr V3 Storage for Multidimensional Arrays Depends: R (>= 4.4.0) Version: 0.1.0 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person("Authors of the dependency Rust crates", role = "cph", comment = "see inst/AUTHORS")) Description: R bindings to the 'zarrs' Rust library for reading Zarr V3 (and compatible Zarr V2) stores from local disk, HTTP/HTTPS, and S3 by default, with optional GCS and Azure Blob support at source-install time. Supports local '.zarr.zip' VCF Zarr archives, multiple codecs (gzip, zstd, sharding), and the common numeric data types. SIMD-accelerated codec paths are selected automatically at runtime by the underlying Rust dependency crates. License: GPL (>= 3) URL: https://github.com/sounkou-bioinfo/Rzarrs BugReports: https://github.com/sounkou-bioinfo/Rzarrs/issues SystemRequirements: Cargo (Rust's package manager), rustc >= 1.82.0, GNU Make Suggests: tinytest, Rarr Additional_repositories: https://bioconductor.org/packages/3.22/bioc Encoding: UTF-8 RoxygenNote: 7.3.3 Config/pak/sysreqs: make libclang-dev Repository: https://rgenomicsetl.r-universe.dev Date/Publication: 2026-06-08 20:34:50 UTC RemoteUrl: https://github.com/RGenomicsETL/Rzarrs RemoteRef: HEAD RemoteSha: ec028aefa8c99540c95c6f1dbcfe7644de924e74 NeedsCompilation: yes Packaged: 2026-07-21 19:31:19 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Authors of the dependency Rust crates [cph] (see inst/AUTHORS) Maintainer: Sounkou Mahamane Toure