Package: ZarrArray Title: Bring Zarr datasets in R as DelayedArray objects Description: The ZarrArray package leverages the Rarr package to bring Zarr datasets in R as DelayedArray objects. The main class in the package is the ZarrArray class. A ZarrArray object is an array-like object that represents a Zarr dataset in R. ZarrArray objects are DelayedArray derivatives and therefore support all operations (delayed or block-processed) supported by DelayedArray objects. biocViews: Infrastructure, DataRepresentation, DataImport URL: https://bioconductor.org/packages/ZarrArray BugReports: https://github.com/Bioconductor/ZarrArray/issues Version: 1.1.3 License: Artistic-2.0 Encoding: UTF-8 Authors@R: c( person("Hervé", "Pagès", role=c("aut", "cre"), email="hpages.on.github@gmail.com", comment=c(ORCID="0009-0002-8272-4522")), person("Mike", "Smith", role="aut", comment=c(ORCID="0000-0002-7800-3848")), person("Hugo", "Gruson", role="aut", email="hugo.gruson@embl.de", comment=c(ORCID="0000-0002-4094-1476")), person("Artür", "Manukyan", role="aut", email="artur-man@hotmail.com", comment=c(ORCID="0000-0002-0441-9517")), person("Levi", "Waldron", role="fnd", email="levi.waldron@sph.cuny.edu", comment=c(ORCID="0000-0003-2725-0694"))) Depends: R (>= 3.4), methods, SparseArray, DelayedArray Imports: stats, tools, BiocGenerics, S4Vectors, IRanges, S4Arrays, Rarr (>= 2.1.9) Suggests: paws.storage, HDF5Array, testthat, anndataR, knitr, rmarkdown, BiocStyle VignetteBuilder: knitr Collate: utils.R options.R ZarrArraySeed-class.R ZarrArray-class.R writeZarrArray-auto-args.R writeZarrArray.R ZarrSparseMatrixSeed-class.R ZarrSparseMatrix-class.R zzz.R Config/pak/sysreqs: libblosc-dev libxml2-dev libzstd-dev libssl-dev zlib1g-dev Repository: https://huber-group-embl.r-universe.dev Date/Publication: 2026-07-21 17:05:11 UTC RemoteUrl: https://github.com/Bioconductor/ZarrArray RemoteRef: HEAD RemoteSha: 092c417853c7cd2a8a171142e92c46a49b3a58c7 NeedsCompilation: no Packaged: 2026-07-21 18:06:31 UTC; root Author: Hervé Pagès [aut, cre] (ORCID: ), Mike Smith [aut] (ORCID: ), Hugo Gruson [aut] (ORCID: ), Artür Manukyan [aut] (ORCID: ), Levi Waldron [fnd] (ORCID: ) Maintainer: Hervé Pagès