# -------------------------------------------- # 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.9 doi: 10.32614/CRAN.package.filearray 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://rave-ieeg.r-universe.dev repository-code: https://github.com/dipterix/filearray commit: 5f59eb137a26b7e2915a36884d8742407ce9fa72 url: https://dipterix.org/filearray/ contact: - family-names: Wang given-names: Zhengjia email: dipterix.wang@gmail.com