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.
| Version: | 1.0.1 | 
| Imports: | digest | 
| Suggests: | testthat (≥ 0.2), knitr, rmarkdown | 
| Published: | 2018-01-04 | 
| Author: | Peter Meilstrup | 
| Maintainer: | Peter Meilstrup <peter.meilstrup at gmail.com> | 
| License: | MIT + file LICENSE | 
| NeedsCompilation: | yes | 
| Materials: | README NEWS | 
| CRAN checks: | memo results | 
| Reference manual: | memo.pdf | 
| Vignettes: | Vignette Title | 
| Package source: | memo_1.0.1.tar.gz | 
| Windows binaries: | r-devel: memo_1.0.1.zip, r-release: memo_1.0.1.zip, r-oldrel: memo_1.0.1.zip | 
| macOS binaries: | r-release: memo_1.0.1.tgz, r-oldrel: memo_1.0.1.tgz | 
| Old sources: | memo archive | 
Please use the canonical form https://CRAN.R-project.org/package=memo to link to this page.