Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

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

Package: R.cache
Version: 0.12.0
Depends: R (>= 2.5.0)
Imports: utils, R.methodsS3 (>= 1.7.0), R.oo (>= 1.19.0), R.utils (>=
2.1.0), digest (>= 0.6.8)
Date: 2015-11-12
Title: Fast and Light-Weight Caching (Memoization) of Objects and
Results to Speed Up Computations
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"))
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
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).
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://github.com/HenrikBengtsson/R.cache
BugReports: https://github.com/HenrikBengtsson/R.cache/issues
NeedsCompilation: no
Packaged: 2015-11-12 16:06:08 UTC; hb
Repository: CRAN
Date/Publication: 2015-11-12 19:00:04

● Data Source: CranContrib
● Cran Task View: ReproducibleResearch
● 0 images, 18 functions, 0 datasets
● Reverse Depends: 0