Other packages > Find by keyword >

R.cache  

Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations
View on CRAN: Click here


Download and install R.cache package within the R console
Install from CRAN:
install.packages("R.cache")

Install from Github:
library("remotes")
install_github("cran/R.cache")

Install by package version:
library("remotes")
install_version("R.cache", "0.16.0")



Attach the package and use:
library("R.cache")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2007-05-14
Latest Update: 2022-07-21
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).
How to cite:
Henrik Bengtsson (2007). R.cache: Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations. R package version 0.16.0, https://cran.r-project.org/web/packages/R.cache. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.1.5 (2007-05-14 09:58), 0.1.6 (2007-07-23 11:26), 0.1.7 (2008-03-07 08:09), 0.1.8 (2009-09-08 21:09), 0.1.9 (2009-09-18 22:18), 0.2.0 (2009-10-18 12:04), 0.3.0 (2010-03-14 16:05), 0.4.0 (2011-02-15 20:30), 0.4.1 (2011-04-04 09:37), 0.4.2 (2011-05-21 22:28), 0.4.3 (2011-07-23 15:03), 0.5.0 (2011-08-31 06:11), 0.5.1 (2011-09-01 08:24), 0.5.2 (2011-10-06 10:45), 0.6.1 (2012-01-23 08:45), 0.6.2 (2012-04-04 22:17), 0.6.3 (2012-09-14 10:40), 0.6.5 (2012-11-19 07:59), 0.7.1 (2013-07-11 16:06), 0.8.1 (2013-09-17 17:45), 0.9.0 (2013-10-18 08:08), 0.10.0 (2014-06-11 09:02), 0.12.0 (2015-11-12 19:00), 0.13.0 (2018-01-04 17:55), 0.14.0 (2019-12-06 07:10), 0.15.0 (2021-05-01 00:40)
Other packages that cited R.cache R package
View R.cache citation profile
Other R packages that R.cache depends, imports, suggests or enhances
Complete documentation for R.cache
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA