# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "filearray" in publications use:' type: software license: LGPL-3.0-only title: 'filearray: File-Backed Array for Out-of-Memory Computation' version: 0.1.6 abstract: Stores large arrays in files to avoid occupying large memories. Implemented with super fast gigabyte-level multi-threaded reading/writing via 'OpenMP'. Supports multiple non-character data types (double, float, complex, integer, logical, and raw). authors: - family-names: Wang given-names: Zhengjia email: dipterix.wang@gmail.com repository: https://dipterix.r-universe.dev repository-code: https://github.com/dipterix/filearray url: https://dipterix.org/filearray/ contact: - family-names: Wang given-names: Zhengjia email: dipterix.wang@gmail.com