# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DelayedArray" in publications use:' type: software license: Artistic-2.0 title: 'DelayedArray: A unified framework for working transparently with on-disk and in-memory array-like datasets' version: 0.38.2 doi: 10.32614/CRAN.package.DelayedArray abstract: Wrapping an array-like object (typically an on-disk object) in a DelayedArray object allows one to perform common array operations on it without loading the object in memory. In order to reduce memory usage and optimize performance, operations on the object are either delayed or executed using a block processing mechanism. Note that this also works on in-memory array-like objects like DataFrame objects (typically with Rle columns), Matrix objects, ordinary arrays and, data frames. authors: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com orcid: https://orcid.org/0009-0002-8272-4522 repository: https://bioc-release.r-universe.dev repository-code: https://github.com/Bioconductor/DelayedArray commit: 63285a4ab9f3b74c894e5f709e9cde408fca78c0 url: https://bioconductor.org/packages/DelayedArray date-released: '2026-05-26' contact: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com orcid: https://orcid.org/0009-0002-8272-4522