Package: Rzarrs 0.1.0
Rzarrs: R Bindings to 'zarrs': Zarr V3 Storage for Multidimensional Arrays
R bindings to the 'zarrs' Rust library <https://github.com/zarrs/zarrs> 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.
Authors:
Rzarrs_0.1.0.tar.gz
Rzarrs_0.1.0.zip(r-4.7)Rzarrs_0.1.0.zip(r-4.6)Rzarrs_0.1.0.zip(r-4.5)
Rzarrs_0.1.0.tgz(r-4.6-x86_64)Rzarrs_0.1.0.tgz(r-4.6-arm64)Rzarrs_0.1.0.tgz(r-4.5-x86_64)Rzarrs_0.1.0.tgz(r-4.5-arm64)
Rzarrs_0.1.0.tar.gz(r-4.7-arm64)Rzarrs_0.1.0.tar.gz(r-4.7-x86_64)Rzarrs_0.1.0.tar.gz(r-4.6-arm64)Rzarrs_0.1.0.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
Rzarrs/json (API)
| # Install 'Rzarrs' in R: |
| install.packages('Rzarrs', repos = c('https://rgenomicsetl.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sounkou-bioinfo/rzarrs/issues
Last updated from:ec028aefa8. Checks:11 NOTE, 1 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 233 | ||
| linux-devel-x86_64 | NOTE | 251 | ||
| source / vignettes | OK | 349 | ||
| linux-release-arm64 | NOTE | 234 | ||
| linux-release-x86_64 | NOTE | 258 | ||
| macos-release-arm64 | NOTE | 272 | ||
| macos-release-x86_64 | NOTE | 567 | ||
| macos-oldrel-arm64 | NOTE | 240 | ||
| macos-oldrel-x86_64 | NOTE | 498 | ||
| windows-devel | NOTE | 552 | ||
| windows-release | NOTE | 470 | ||
| windows-oldrel | NOTE | 469 | ||
| wasm-release | FAIL | 143 |
Exports:codec_capabilitiesdtype_planZarrArrayZarrGroupZarrObjectStoreZarrStoreZarrVcf
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Report Rzarrs codec capabilities | codec_capabilities |
| Plan R materialization for a Zarr dtype | dtype_plan |
| Zarr array handle | ZarrArray |
| A handle to a Zarr group (root or sub-group) within a store. | ZarrGroup |
| Object-store Zarr backend (S3, GCS, Azure, HTTP/HTTPS) | ZarrObjectStore |
| Local Zarr filesystem store | ZarrStore |
| High-level VCF Zarr reader | ZarrVcf |
