Learn R Programming

simpleRCache (version 0.3.3)

Simple R Cache

Description

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()).

Copy Link

Version

Install

install.packages('simpleRCache')

Monthly Downloads

235

Version

0.3.3

License

LGPL

Maintainer

Augustin Luna

Last Published

July 15th, 2021

Functions in simpleRCache (0.3.3)

setCacheRootPath

Set Cache Root Path
memoizedCall

Call a Memoized Function
addMemoization

Add Memoization to a Function