Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HenrikBengtsson/R.cache

:recycle: R package: R.cache - Fast and Light-weight Caching (Memoization) of Objects and Results to Speed Up Computations
https://github.com/HenrikBengtsson/R.cache

cache cran memoization package r

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        


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](https://cran.r-project.org/package=R.cache) and can be installed in R as:
```r
install.packages("R.cache")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.cache", ref="develop")
```
This will install the package from source.