Package: memo Type: Package Title: Hashmaps and Memoization (In-Memory Caching of Repeated Computations) Version: 1.1.2 Date: 2025-12-10 Authors@R: person(given = "Peter", family = "Meilstrup", role = c("aut", "cre"), email = "peter.meilstrup@gmail.com") Maintainer: Peter Meilstrup 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. License: MIT + file LICENSE Encoding: UTF-8 Imports: digest Suggests: testthat (>= 0.2), knitr, rmarkdown Collate: 'lru.R' 'cache.R' 'getPointer.R' 'map.R' 'memo-description.r' VignetteBuilder: knitr RoxygenNote: 7.3.3 Repository: https://crowding.r-universe.dev Date/Publication: 2025-12-09 22:41:13 UTC RemoteUrl: https://github.com/crowding/memo RemoteRef: HEAD RemoteSha: 09c6ff9e107e4b56ca567ed06a0aaaafab0b2c01 NeedsCompilation: yes Packaged: 2026-06-07 07:13:54 UTC; root Author: Peter Meilstrup [aut, cre]