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
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
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

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns