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: 0.99.5
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
git_url: https://git.bioconductor.org/packages/ZarrArray
git_branch: devel
git_last_commit: 7ae558a
git_last_commit_date: 2026-04-21
Repository: Bioconductor 3.24
Date/Publication: 2026-04-21
NeedsCompilation: no
Packaged: 2026-04-22 01:37:49 UTC; biocbuild
Author: Hervé Pagès [aut, cre] (ORCID: <https://orcid.org/0009-0002-8272-4522>),
  Mike Smith [aut] (ORCID: <https://orcid.org/0000-0002-7800-3848>),
  Hugo Gruson [aut] (ORCID: <https://orcid.org/0000-0002-4094-1476>),
  Artür Manukyan [aut] (ORCID: <https://orcid.org/0000-0002-0441-9517>),
  Levi Waldron [fnd] (ORCID: <https://orcid.org/0000-0003-2725-0694>)
Maintainer: Hervé Pagès <hpages.on.github@gmail.com>
