# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "Streamer" in publications use:' type: software license: Artistic-2.0 title: 'Streamer: Enabling stream processing of large files' version: 1.51.0 abstract: Large data files can be difficult to work with in R, where data generally resides in memory. This package encourages a style of programming where data is 'streamed' from disk into R via a `producer' and through a series of `consumers' that, typically reduce the original data to a manageable size. The package provides useful Producer and Consumer stream components for operations such as data input, sampling, indexing, and transformation; see package?Streamer for details. authors: - family-names: Morgan given-names: Martin email: martin.morgan@roswellpark.org - family-names: Gopalakrishnan given-names: Nishant repository: https://bioc.r-universe.dev contact: - family-names: Morgan given-names: Martin email: martin.morgan@roswellpark.org