# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "delarr" in publications use:' type: software license: MIT title: 'delarr: Lazy Delayed Arrays with Fused Execution' version: 0.1.0 abstract: Provides a lightweight delayed array abstraction for lazy, fused evaluation of multi-dimensional numeric data. Compared with Bioconductor's 'DelayedArray', it offers a small S3 API with tidy-friendly verbs, chunked materialisation, and optional backends for HDF5, memory mapping, and shared-memory parallelism. Expression trees are optimised before streaming evaluation, and results can be written directly to disk without fully materialising arrays in memory. authors: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com orcid: https://orcid.org/0000-0002-1108-4866 repository: https://cran.r-universe.dev repository-code: https://github.com/bbuchsbaum/delarr commit: 434d8616669193fe6be284186f51a24750fc0dc7 url: https://bbuchsbaum.github.io/delarr/ date-released: '2026-06-30' contact: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com orcid: https://orcid.org/0000-0002-1108-4866