Package: Rarr
Title: Read Zarr Files in R
Version: 1.10.1
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, covr, knitr, 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
Config/testthat/parallel: true
Config/pak/sysreqs: make libxml2-dev libssl-dev zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-11-17 17:06:55 UTC
RemoteUrl: https://github.com/bioc/Rarr
RemoteRef: RELEASE_3_22
RemoteSha: 531772e5080fe0e1f88bf6c4106c75e388664d92
NeedsCompilation: yes
Packaged: 2026-02-10 09:39:12 UTC; root
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>
Built: R 4.5.2; x86_64-w64-mingw32; 2026-02-10 09:40:55 UTC; windows
Archs: x64
