Package: Rarr Title: Read Zarr Files in R Version: 2.0.1 Authors@R: c( person("Mike", "Smith", role = c("aut", "ccp"), comment = c(ORCID = "0000-0002-7800-3848", "Maintainer from 2022 to 2025.")), person("Hugo", "Gruson", , "hugo.gruson@embl.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4094-1476")), person("Artür", "Manukyan", role = "ctb"), person("Sharla", "Gelfand", role = "ctb"), person("German Network for Bioinformatics Infrastructure - de.NBI", role = "fnd") ) Description: 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. License: MIT + file LICENSE URL: https://huber-group-embl.github.io/Rarr/, https://github.com/Huber-group-EMBL/Rarr BugReports: https://github.com/Huber-group-EMBL/Rarr/issues Depends: R (>= 4.1.0) Imports: curl, jsonlite, lifecycle, paws.storage, R.utils, utils Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0), withr, ZarrArray VignetteBuilder: knitr biocViews: DataImport Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: GNU make Config/testthat/edition: 3 Config/pak/sysreqs: make libxml2-dev libssl-dev Repository: https://bioc-release.r-universe.dev Date/Publication: 2026-05-29 09:25:29 UTC RemoteUrl: https://github.com/bioc/Rarr RemoteRef: RELEASE_3_23 RemoteSha: 4ed1f2e9abc0393fc588911914b31b512c3f800a NeedsCompilation: yes Packaged: 2026-06-23 22:30:52 UTC; root Author: Mike Smith [aut, ccp] (ORCID: , Maintainer from 2022 to 2025.), Hugo Gruson [aut, cre] (ORCID: ), Artür Manukyan [ctb], Sharla Gelfand [ctb], German Network for Bioinformatics Infrastructure - de.NBI [fnd] Maintainer: Hugo Gruson