Package: memo
Type: Package
Title: In-Memory Caching of Repeated Computations (Memoization)
Version: 1.1
Date: 2023-1-12
Author: Peter Meilstrup <peter.meilstrup@gmail.com>
Maintainer: Peter Meilstrup <peter.meilstrup@gmail.com>
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: digest
Suggests: testthat (>= 0.2), knitr, rmarkdown
Collate: 'lru.R' 'cache.R' 'getPointer.R' 'map.R' 'memo-description.r'
VignetteBuilder: knitr
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2023-02-09 02:47:49 UTC; peter
Repository: CRAN
Date/Publication: 2023-02-09 03:30:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-02-09 11:26:45 UTC; unix
Archs: memo.so.dSYM
