Package: Rarr
Title: Read Zarr Files in R
Version: 1.11.16
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: ec950fd
git_last_commit_date: 2025-12-12
Repository: Bioconductor 3.23
