# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "zstdlite" in publications use:' type: software license: MIT title: 'zstdlite: Fast Compression and Serialization with ''Zstandard'' Algorithm' version: 0.2.6 abstract: Fast, compressed serialization of R objects using the 'Zstandard' algorithm. R objects can be compressed and decompressed quickly using the standard serialization mechanism in R. Raw byte vectors and strings are also handled directly for compatibility with compressed data created by other systems and programs supporting 'Zstandard' compression. Dictionaries are supported for more effective compression of small data, and functions are provided for training these dictionaries. This implementation is a wrapper around the 'Zstandard' 'C' library which is available from . authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://r-multiverse.r-universe.dev repository-code: https://github.com/coolbutuseless/zstdlite url: https://github.com/coolbutuseless/zstdlite contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com