Package: Rarr
Title: Read Zarr Files in R
Version: 1.0.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.2.3
Imports: jsonlite, httr, stringr, R.utils, utils, paws.storage, methods
Suggests: BiocStyle, covr, knitr, tinytest
VignetteBuilder: knitr
SystemRequirements: GNU make
biocViews: DataImport
git_url: https://git.bioconductor.org/packages/Rarr
git_branch: RELEASE_3_17
git_last_commit: 1238bd1
git_last_commit_date: 2023-04-25
Date/Publication: 2023-04-25
NeedsCompilation: yes
Packaged: 2023-04-26 04:30:01 UTC; biocbuild
Author: Mike Smith [aut, cre] (<https://orcid.org/0000-0002-7800-3848>)
Maintainer: Mike Smith <grimbough@gmail.com>
Built: R 4.3.0; x86_64-w64-mingw32; 2023-04-26 16:12:54 UTC; windows
Archs: x64
