Skip to content

R.cache

Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations

v0.17.0 · May 2, 2025 · LGPL (>= 2.1)

Description

Memoization can be used to speed up repetitive and computational expensive function calls. The first time a function that implements memoization is called the results are stored in a cache memory. The next time the function is called with the same set of parameters, the results are momentarily retrieved from the cache avoiding repeating the calculations. With this package, any R object can be cached in a key-value storage where the key can be an arbitrary set of R objects. The cache memory is persistent (on the file system).

Downloads

78.8K

Last 30 days

402nd

218.4K

Last 90 days

928.6K

Last year

Trend: +15.3% (30d vs prior 30d)

CRAN Check Status

14 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 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
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 History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (20)

Dependency Network

Dependencies Reverse dependencies R.methodsS3 R.oo R.utils (>= 2.10.1) digest DiceView PCRA PSCBS R.filesets R.rsp RKorAPClient aroma.affymetrix aroma.cn aroma.core csodata facmodTS fwtraits precommit repmis scholar +5 more reverse deps R.cache

Version History

new 0.17.0 Mar 10, 2026
updated 0.17.0 ← 0.16.0 diff May 2, 2025
updated 0.16.0 ← 0.15.0 diff Jul 20, 2022
updated 0.15.0 ← 0.14.0 diff Apr 30, 2021
updated 0.14.0 ← 0.13.0 diff Dec 5, 2019
updated 0.13.0 ← 0.12.0 diff Jan 3, 2018
updated 0.12.0 ← 0.10.0 diff Nov 11, 2015
updated 0.10.0 ← 0.9.0 diff Jun 10, 2014
updated 0.9.0 ← 0.8.1 diff Oct 17, 2013
updated 0.8.1 ← 0.7.1 diff Sep 16, 2013
updated 0.7.1 ← 0.6.5 diff Jul 10, 2013
updated 0.6.5 ← 0.6.3 diff Nov 18, 2012
updated 0.6.3 ← 0.6.2 diff Sep 13, 2012
updated 0.6.2 ← 0.6.1 diff Apr 3, 2012
updated 0.6.1 ← 0.5.2 diff Jan 22, 2012
updated 0.5.2 ← 0.5.1 diff Oct 5, 2011
updated 0.5.1 ← 0.5.0 diff Aug 31, 2011
updated 0.5.0 ← 0.4.3 diff Aug 30, 2011
updated 0.4.3 ← 0.4.2 diff Jul 22, 2011
updated 0.4.2 ← 0.4.1 diff May 20, 2011