Package: Rarr
Title: Read Zarr Files in R
Version: 1.9.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: devel
git_last_commit: 6453ee4
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.22
Date/Publication: 2025-06-04
NeedsCompilation: yes
Packaged: 2025-06-05 01:30:27 UTC; biocbuild
Author: Mike Smith [aut, cre] (ORCID: <https://orcid.org/0000-0002-7800-3848>)
Maintainer: Mike Smith <grimbough@gmail.com>
Built: R 4.5.0; x86_64-w64-mingw32; 2025-06-05 13:45:57 UTC; windows
Archs: x64
