Package: Rarr
Title: Read Zarr Files in R
Version: 1.8.0
Authors@R: c(person("Mike", "Smith", 
                role=c("aut", "cre"), 
                email = "grimbough@gmail.com",
                comment = c(ORCID = "0000-0002-7800-3848"))
            )
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 specifcation in R with 
  minimal reliance on an external tools or libraries.
License: MIT + file LICENSE
URL: https://github.com/grimbough/Rarr
BugReports: https://github.com/grimbough/Rarr/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0), DelayedArray, BiocGenerics
Imports: jsonlite, httr, stringr, R.utils, utils, paws.storage, methods
Suggests: BiocStyle, covr, knitr, tinytest, mockery
VignetteBuilder: knitr
SystemRequirements: GNU make
biocViews: DataImport
git_url: https://git.bioconductor.org/packages/Rarr
git_branch: RELEASE_3_21
git_last_commit: 37eea8d
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.21
Date/Publication: 2025-04-15
NeedsCompilation: yes
Packaged: 2025-04-15 23:58:09 UTC; biocbuild
Author: Mike Smith [aut, cre] (ORCID: <https://orcid.org/0000-0002-7800-3848>)
Maintainer: Mike Smith <grimbough@gmail.com>
