Package: Rarr
Title: Read Zarr Files in R
Version: 1.11.5
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: BiocGenerics, DelayedArray, R (>= 4.1.0)
Imports: curl, jsonlite, methods, paws.storage, R.utils, utils
Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
biocViews: DataImport
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: GNU make
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/Rarr
git_branch: devel
git_last_commit: 99b253a
git_last_commit_date: 2025-11-13
Repository: Bioconductor 3.23
Date/Publication: 2025-11-13
NeedsCompilation: yes
Packaged: 2025-11-14 00:30:16 UTC; biocbuild
Author: Mike Smith [aut, ccp] (ORCID: <https://orcid.org/0000-0002-7800-3848>,
    Maintainer from 2022 to 2025.),
  Hugo Gruson [aut, cre] (ORCID: <https://orcid.org/0000-0002-4094-1476>),
  Artür Manukyan [ctb],
  Sharla Gelfand [ctb],
  German Network for Bioinformatics Infrastructure - de.NBI [fnd]
Maintainer: Hugo Gruson <hugo.gruson@embl.de>
