memo
Hashmaps and Memoization (in-Memory Caching of Repeated Computations)
v1.1.2
·
Dec 10, 2025
·
MIT + file LICENSE
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. Also includes a generic hashmap object that can key on any object type.
Downloads
282
Last 30 days
14781st
732
Last 90 days
2.6K
Last year
Trend: +30% (30d vs prior 30d)
CRAN Check Status
3
ERROR
11
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | ERROR |
| r-oldrel-macos-x86_64 | ERROR |
| r-oldrel-windows-x86_64 | ERROR |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (3 non-OK)
ERROR
r-oldrel-macos-arm64
whether package can be installed
Installation failed. See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/memo.Rcheck/00install.out’ for details.
ERROR
r-oldrel-macos-x86_64
whether package can be installed
Installation failed. See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/memo.Rcheck/00install.out’ for details.
ERROR
r-oldrel-windows-x86_64
whether package can be installed
Installation failed. See 'd:/Rcompile/CRANpkg/local/4.4/memo.Rcheck/00install.out' for details.
Additional Issues
rchk
Details →
Check History
ERROR 11 OK · 0 NOTE · 0 WARNING · 3 ERROR · 0 FAILURE Mar 10, 2026
ERROR
r-oldrel-macos-arm64
whether package can be installed
Installation failed. See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/memo.Rcheck/00install.out’ for details.
ERROR
r-oldrel-macos-x86_64
whether package can be installed
Installation failed. See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/memo.Rcheck/00install.out’ for details.
ERROR
r-oldrel-windows-x86_64
whether package can be installed
Installation failed. See 'd:/Rcompile/CRANpkg/local/4.4/memo.Rcheck/00install.out' for details.