Package: pizzarr Type: Package Title: Slice into 'Zarr' Arrays Version: 0.2.0 Authors@R: c( person(given = "David", family = "Blodgett", role = c("cre", "aut"), email = "dblodgett@usgs.gov", comment = c(ORCID = "0000-0001-9489-1710")), person( given = "Mark", family = "Keller", email = "mark_keller@g.harvard.edu", role = c("aut"), comment = c(ORCID = "0000-0003-3003-874X") ), person( given = "Artür", family = "Manukyan", email = "artur-man@hotmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-0441-9517")), person(given = "zarr-developers", role = "cph") ) Description: An implementation of chunked, compressed, N-dimensional arrays for R. 'Zarr' spec V2 (2024) . Language: en-US License: MIT + file LICENSE BugReports: https://github.com/zarr-developers/pizzarr/issues URL: https://zarr.dev/pizzarr/, https://github.com/zarr-developers/pizzarr Depends: R (>= 4.2) Imports: jsonlite, stats, R6, qs2, stringr, memoise, utils Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Suggests: testthat, knitr, covr, bslib, pkgdown, rmarkdown, crul, blosc, vcr (>= 0.6.0), bench, bit64, withr Config/testthat/parallel: false Config/testthat/edition: 3 Config/rextendr/version: 0.4.2 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.91, OpenSSL (libssl-dev on Debian/Ubuntu, openssl-devel on Fedora/RHEL) Config/pak/sysreqs: make libicu-dev libssl-dev libclang-dev Repository: https://zarr-developers.r-universe.dev Date/Publication: 2026-05-16 13:57:55 UTC RemoteUrl: https://github.com/zarr-developers/pizzarr RemoteRef: HEAD RemoteSha: b028ea60731383189d88998f2ee797c906d5e532 NeedsCompilation: yes Packaged: 2026-07-13 05:48:06 UTC; root Author: David Blodgett [cre, aut] (ORCID: ), Mark Keller [aut] (ORCID: ), Artür Manukyan [aut] (ORCID: ), zarr-developers [cph] Maintainer: David Blodgett