simpleRCache: Simple R Cache

Simple result caching in R based on R.cache. The global environment is not considered when caching results simplifying moving files between multiple instances of R. Relies on more base functions than R.cache (e.g. cached results are saved using saveRDS() and readRDS()).

Package details

AuthorAugustin Luna, Vinodh Rajapakse
MaintainerAugustin Luna <lunaa@cbio.mskcc.org>
LicenseLGPL
Version0.3.3
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("simpleRCache")

Try the simpleRCache package in your browser

Any scripts or data that you put into this service are public.

simpleRCache documentation built on July 16, 2021, 1:07 a.m.