Package: Rarr 2.1.20

Hugo Gruson

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.20.tar.gz
Rarr_2.1.20.zip(r-4.7)Rarr_2.1.20.zip(r-4.6)Rarr_2.1.20.zip(r-4.5)
Rarr_2.1.20.tgz(r-4.6-x86_64)Rarr_2.1.20.tgz(r-4.6-arm64)Rarr_2.1.20.tgz(r-4.5-x86_64)Rarr_2.1.20.tgz(r-4.5-arm64)
Rarr_2.1.20.tar.gz(r-4.7-arm64)Rarr_2.1.20.tar.gz(r-4.7-x86_64)Rarr_2.1.20.tar.gz(r-4.6-arm64)Rarr_2.1.20.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
Rarr/json (API)

# Install 'Rarr' in R:
install.packages('Rarr', repos = c('https://bioc.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.18(bioc 3.24)Rarr-2.0.1(bioc 3.23)

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

10.68 score 53 stars 7 packages 100 scripts 17 exports 25 dependencies

Last updated from:ae4753e327. Checks:3 WARNING, 9 NOTE, 1 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksWARNING171
linux-devel-arm64NOTE212
linux-devel-x86_64NOTE158
source / vignettesOK208
linux-release-arm64NOTE160
linux-release-x86_64NOTE221
macos-release-arm64NOTE149
macos-release-x86_64WARNING314
macos-oldrel-arm64NOTE155
macos-oldrel-x86_64WARNING411
windows-develNOTE162
windows-releaseNOTE166
windows-oldrelNOTE158
wasm-releaseFAIL139

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
Zarr version | Reading and Writing | Stores | Data Types | Codecs | Compression codecs | Other codecs | Optional fields or features

Last update: 2026-06-25
Started: 2025-10-31

Working with remote Zarr arrays in R
Using credentials to access S3 buckets | Creating an S3 client

Last update: 2026-06-23
Started: 2026-06-23

Working with Zarr arrays in R
Introduction | Limitations with Rarr | Example data | Quick start guide | Additional details | Working with Zarr metadata | Writing subsets of data | Creating an "empty" array | Updating a subset of an existing array | Appendix | Session info

Last update: 2026-06-23
Started: 2023-01-23

Design principles for the Rarr package
Guiding principles | Scope | Zarr version | Functional programming and API design

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