Package: memo
Type: Package
Title: In-Memory Caching for Repeated Computations
Version: 1.0.1
Date: 2018-1-03
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 can be keyed on a hash of the
    input data (using 'digest') or on pointer equivalence.
License: MIT + file LICENSE
Imports: digest
Suggests: testthat (>= 0.2), knitr, rmarkdown
Collate: 'lru.R' 'cache.R' 'getPointer.R' 'memo-description.r'
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-01-04 02:02:40 UTC; peter
Repository: CRAN
Date/Publication: 2018-01-04 04:23:01 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-07-15 16:08:08 UTC; unix
Archs: memo.so.dSYM
