Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.34 KB
CRAN check status Build status Build status Coverage Status

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

Installation

R package R.cache is available on CRAN and can be installed in R as:

install.packages("R.cache")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/R.cache", ref="develop")

This will install the package from source.