# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "memo" in publications use:' type: software license: MIT title: 'memo: In-Memory Caching of Repeated Computations (Memoization)' version: 1.1.1 doi: 10.32614/CRAN.package.memo abstract: A simple in-memory, LRU cache that can be wrapped around any function to memoize it. The cache is keyed on a hash of the input data (using 'digest') or on pointer equivalence. authors: - family-names: Meilstrup given-names: Peter email: peter.meilstrup@gmail.com repository: https://crowding.r-universe.dev commit: 6d4498a8e98198416f0150ffb247a969fe34603d date-released: '2023-12-11' contact: - family-names: Meilstrup given-names: Peter email: peter.meilstrup@gmail.com