Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
:recycle: R package: R.cache - Fast and Light-weight Caching (Memoization) of Objects and Results to Speed Up Computations
- Host: GitHub
- URL: https://github.com/HenrikBengtsson/R.cache
- Owner: HenrikBengtsson
- Created: 2014-05-03T02:41:56.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-25T16:38:31.000Z (about 1 year ago)
- Last Synced: 2024-05-09T10:35:26.974Z (6 months ago)
- Topics: cache, cran, memoization, package, r
- Language: R
- Homepage: https://henrikbengtsson.github.io/R.cache/
- Size: 381 KB
- Stars: 37
- Watchers: 6
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - HenrikBengtsson/R.cache - :recycle: R package: R.cache - Fast and Light-weight Caching (Memoization) of Objects and Results to Speed Up Computations (R)
README
# 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.