Package: delarr Type: Package Title: Lazy Delayed Arrays with Fused Execution Version: 0.1.0 Authors@R: person(given = "Bradley", family = "Buchsbaum", role = c("aut", "cre"), email = "brad.buchsbaum@gmail.com") Description: Provides a lightweight delayed array abstraction with tidy-friendly verbs, expression fusion, and pluggable storage backends. URL: https://bbuchsbaum.github.io/delarr/, https://github.com/bbuchsbaum/delarr BugReports: https://github.com/bbuchsbaum/delarr/issues License: MIT + file LICENSE Depends: R (>= 4.1) Imports: rlang Suggests: hdf5r, mmap, matrixStats, shard, testthat (>= 3.1.0), knitr, rmarkdown VignetteBuilder: knitr Encoding: UTF-8 Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-06-17 15:03:38 UTC RemoteUrl: https://github.com/bbuchsbaum/delarr RemoteRef: HEAD RemoteSha: 0bc42504d46a936ee41245e938e82504b6ffa8cc NeedsCompilation: no Packaged: 2026-06-17 15:09:13 UTC; root Author: Bradley Buchsbaum [aut, cre] Maintainer: Bradley Buchsbaum