Package: Rarr 2.1.17

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 specification in R with minimal reliance on an external tools or libraries.

Authors:Mike Smith [aut, ccp], Hugo Gruson [aut, cre], Artür Manukyan [ctb], Sharla Gelfand [ctb], German Network for Bioinformatics Infrastructure - de.NBI [fnd]

Rarr_2.1.17.tar.gz
Rarr_2.1.17.zip(r-4.7)Rarr_2.1.17.zip(r-4.6)Rarr_2.1.17.zip(r-4.5)
Rarr_2.1.17.tgz(r-4.6-x86_64)Rarr_2.1.17.tgz(r-4.6-arm64)Rarr_2.1.17.tgz(r-4.5-x86_64)Rarr_2.1.17.tgz(r-4.5-arm64)
Rarr_2.1.17.tar.gz(r-4.7-arm64)Rarr_2.1.17.tar.gz(r-4.7-x86_64)Rarr_2.1.17.tar.gz(r-4.6-arm64)Rarr_2.1.17.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
card.svg |card.png
Rarr/json (API)
NEWS

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

Bug tracker:https://github.com/huber-group-embl/rarr/issues

Pkgdown/docs site:https://huber-group-embl.github.io

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

On BioConductor:Rarr-2.1.14(bioc 3.24)Rarr-2.0.0(bioc 3.23)

dataimportbioconductorome-ngffome-zarron-diskout-of-memoryzarrc-blosclibzstd

10.49 score 53 stars 7 packages 91 scripts 17 exports 25 dependencies

Last updated from:1795c676e2. Checks:9 NOTE, 1 OK, 2 WARNING, 1 FAIL. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE144
linux-devel-x86_64NOTE163
source / vignettesOK268
linux-release-arm64NOTE152
linux-release-x86_64NOTE171
macos-release-arm64NOTE135
macos-release-x86_64WARNING268
macos-oldrel-arm64NOTE133
macos-oldrel-x86_64WARNING225
windows-develNOTE196
windows-releaseNOTE189
windows-oldrelNOTE177
wasm-releaseFAIL130

Exports:create_empty_zarr_arrayread_zarr_arrayread_zarr_attributesupdate_zarr_arrayuse_bloscuse_bz2use_gzipuse_lz4use_lzmause_zlibuse_zstdwrite_zarr_arraywrite_zarr_attributeswriteZarrArrayzarr_consolidate_metadatazarr_overviewZarrArray

Dependencies:askpassbase64encclicurldigestgluegrumpyhttr2jsonlitelifecyclemagrittropensslpaws.commonpaws.storageR.methodsS3R.ooR.utilsR6rappdirsRcpprlangsysvctrswithrxml2

Supported Zarr features in Rarr

Rendered fromfeatures.Rmdusingknitr::rmarkdownon May 30 2026.

Last update: 2026-05-26
Started: 2025-10-31

Working with Zarr arrays in R

Rendered fromRarr.Rmdusingknitr::rmarkdownon May 30 2026.

Last update: 2026-03-16
Started: 2023-01-23

Design principles for the Rarr package

Rendered fromdesign.Rmdusingknitr::rmarkdownon May 30 2026.

Last update: 2026-04-18
Started: 2026-03-30