memo: In-Memory Caching for Repeated Computations

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
Imports: digest
Suggests: testthat (≥ 0.2), knitr, rmarkdown
Published: 2016-08-25
Author: Peter Meilstrup
Maintainer: Peter Meilstrup <peter.meilstrup at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: yes
Materials: README
CRAN checks: memo results

Downloads:

Reference manual: memo.pdf
Vignettes: Vignette Title
Package source: memo_1.0.tar.gz
Windows binaries: r-devel: memo_1.0.zip, r-release: memo_1.0.zip, r-oldrel: memo_1.0.zip
OS X El Capitan binaries: r-release: memo_1.0.tgz
OS X Mavericks binaries: r-oldrel: memo_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=memo to link to this page.