Package: Rarr 1.5.0

Mike Smith

Rarr: Read Zarr Files in R

The Zarr specification defines a format for chunked, compressed, N-dimensional arrays. It's design allows efficient access to subsets of the stored array, and supports both local and cloud storage systems. Rarr aims to implement this specifcation in R with minimal reliance on an external tools or libraries.

Authors:Mike Smith [aut, cre]

Rarr_1.5.0.tar.gz
Rarr_1.5.0.zip(r-4.5)Rarr_1.5.0.zip(r-4.4)Rarr_1.5.0.zip(r-4.3)
Rarr_1.5.0.tgz(r-4.4-x86_64)Rarr_1.5.0.tgz(r-4.3-x86_64)
Rarr_1.5.0.tar.gz(r-4.5-noble)Rarr_1.5.0.tar.gz(r-4.4-noble)
Rarr.pdf |Rarr.html
Rarr/json (API)
NEWS

# Install 'Rarr' in R:
install.packages('Rarr', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/grimbough/rarr/issues

Uses libs:
  • c-blosc– High performance meta-compressor optimized for binary data
  • libzstd– Fast lossless compression algorithm

On BioConductor:Rarr-1.5.0(bioc 3.20)Rarr-1.4.0(bioc 3.19)

bioconductor-package

11 exports 1.00 score 25 dependencies

Last updated 2 months agofrom:cc17907c44

Exports:create_empty_zarr_arrayread_zarr_arrayupdate_zarr_arrayuse_bloscuse_bz2use_gzipuse_lz4use_lzmause_zlibwrite_zarr_arrayzarr_overview

Dependencies:askpassbase64encclicurldigestgluehttrjsonlitelifecyclemagrittrmimeopensslpaws.commonpaws.storageR.methodsS3R.ooR.utilsR6Rcpprlangstringistringrsysvctrsxml2

Reading Zarr arrays with Rarr

Rendered fromRarr.Rmdusingknitr::rmarkdownon Jun 30 2024.

Last update: 2023-02-17
Started: 2023-01-23