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.3; x86_64-suse-linux-gnu; 2020-10-17 13:45:37 UTC; unix
