# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "thor" in publications use:' type: software license: MIT title: 'thor: Interface to ''LMDB''' version: 1.1.6 doi: 10.32614/CRAN.package.thor abstract: Key-value store, implemented as a wrapper around 'LMDB'; the "lightning memory-mapped database" . 'LMDB' is a transactional key value store that uses a memory map for efficient access. This package wraps the entire 'LMDB' interface (except duplicated keys), and provides objects for transactions and cursors. authors: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com - family-names: Chu given-names: Howard - family-names: Hedenfalk given-names: Martin repository: https://richfitz.r-universe.dev repository-code: https://github.com/richfitz/thor commit: c7347531fa98a7ef8ecc2053f29769328e4554f9 url: https://github.com/richfitz/thor contact: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com