# -------------------------------------------- # 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.31.10 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 repository: https://bioc.r-universe.dev repository-code: https://github.com/Bioconductor/DelayedArray commit: 1689c0f9f1deb6cff0e64067a37412d4f6d7b330 url: https://bioconductor.org/packages/DelayedArray contact: - family-names: Pagès given-names: Hervé email: hpages.on.github@gmail.com