-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
39 lines (39 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: Rarr
Title: Read Zarr Files in R
Version: 1.7.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:
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