Package: pizzarr
Type: Package
Title: Slice into 'Zarr' Arrays
Version: 0.1.1
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 following the 'Zarr' specification. Provides array and group creation,
  reading and writing with configurable chunk shapes, compression codecs, and
  storage backends including in-memory, local directory, and HTTP stores.
  Supports both 'Zarr' spec V2 (2024) <doi:10.5281/zenodo.11320255> and V3,
  enabling interoperable access to large array data commonly used in scientific
  computing and geospatial applications.
Language: en-US
License: MIT + file LICENSE
BugReports: https://github.com/zarr-developers/pizzarr/issues
URL: https://zarr.dev/pizzarr/
Depends: R (>= 4.1.0)
Imports: jsonlite, stats, R6, qs2, stringr, memoise, utils
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: testthat, knitr, covr, bslib, pkgdown, rmarkdown, crul,
        blosc, vcr (>= 0.6.0), pbapply, parallel, future, future.apply,
        bench, bit64, withr
Config/testthat/parallel: false
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-03-24 19:54:15 UTC; dblodgett
Author: David Blodgett [cre, aut] (ORCID:
    <https://orcid.org/0000-0001-9489-1710>),
  Mark Keller [aut] (ORCID: <https://orcid.org/0000-0003-3003-874X>),
  Artür Manukyan [aut] (ORCID: <https://orcid.org/0000-0002-0441-9517>),
  zarr-developers [cph]
Maintainer: David Blodgett <dblodgett@usgs.gov>
Repository: CRAN
Date/Publication: 2026-03-25 08:30:11 UTC
