forked from keller-mark/pizzarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.17 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: pizzarr
Type: Package
Title: Slice into Zarr Arrays in R
Version: 0.1.0
Authors@R: c(
person(
given = "Mark",
family = "Keller",
email = "[email protected]",
role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-3003-874X")
),
person(given = "David",
family = "Blodgett",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9489-1710"))
)
Description: An implementation of chunked, compressed,
N-dimensional arrays for R. Zarr spec V2 (2024)
<doi:10.5281/zenodo.11320255>.
Language: en-US
License: MIT + file LICENSE
BugReports: https://github.com/keller-mark/pizzarr/issues
URL: https://github.com/keller-mark/pizzarr
Depends: R (>= 4.0.0)
Imports:
jsonlite,
stats,
R6,
qs,
stringr,
memoise,
utils
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
covr,
bslib,
pkgdown,
rmarkdown,
crul,
Rarr,
vcr (>= 0.6.0),
pbapply,
parallel,
future,
future.apply,
bench
Config/testthat/parallel: true
Config/testthat/edition: 3