Voltemand/cacheR: Simple and Responsive caching in R

The cacheR package provides a simple and user friendly caching system for R. The package has an elegant syntax which allows used to simply wrap existing code and to easily reason about the depndencies of cached data. Also, cacheR will automatically detect if cached data is being generated using different arguments and will automatically regenerate data in this case.

Getting started

Package details

Maintainer
LicenseMIT
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Voltemand/cacheR")
Voltemand/cacheR documentation built on May 4, 2019, 6:30 a.m.