Last data update: 2014.03.03

R.cache

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

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'R.cache' ...
** package 'R.cache' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'R.cache'
    finding HTML links ... done
    000.baseLoad                            html  
    Non-documented_objects                  html  
    R.cache-package                         html  
    addMemoization                          html  
    clearCache                              html  
    evalWithMemoization                     html  
    findCache                               html  
    generateCache                           html  
    getCachePath                            html  
    getCacheRootPath                        html  
    getChecksum                             html  
    loadCache                               html  
    memoizedCall                            html  
    readCacheHeader                         html  
    saveCache                               html  
    setCachePath                            html  
    setCacheRootPath                        html  
    setupCacheRootPath                      html  
** building package indices
** testing if installed package can be loaded
* DONE (R.cache)
Making 'packages.html' ... done