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.0 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 (>= 1.11.33) Suggests: paws.storage, HDF5Array, testthat, knitr, rmarkdown, BiocStyle VignetteBuilder: knitr Collate: utils.R options.R ZarrArraySeed-class.R ZarrArray-class.R writeZarrArray-auto-args.R writeZarrArray.R zzz.R Config/pak/sysreqs: libblosc-dev libxml2-dev libzstd-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:06:48 UTC RemoteUrl: https://github.com/bioc/ZarrArray RemoteRef: HEAD RemoteSha: 498be8cf8063a7781a969036f129840a377e6c48 NeedsCompilation: no Packaged: 2026-07-04 09:04: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