# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "R.cache" in publications use:' type: software license: LGPL-2.0-or-later title: 'R.cache: Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations' version: 0.16.0 doi: 10.32614/CRAN.package.R.cache abstract: Memoization can be used to speed up repetitive and computational expensive function calls. The first time a function that implements memoization is called the results are stored in a cache memory. The next time the function is called with the same set of parameters, the results are momentarily retrieved from the cache avoiding repeating the calculations. With this package, any R object can be cached in a key-value storage where the key can be an arbitrary set of R objects. The cache memory is persistent (on the file system). authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/R.cache commit: 912c4dd9efd9ad049c1761b619543b8bed4cb190 url: https://github.com/HenrikBengtsson/R.cache contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com