Skip to content

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

Notifications You must be signed in to change notification settings

HenrikBengtsson/R.cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d51028e · Sep 25, 2023
Sep 25, 2023
Nov 10, 2015
Sep 25, 2023
Nov 11, 2017
Nov 13, 2022
Jul 21, 2022
Jul 21, 2022
Apr 27, 2021
Jun 21, 2022
Jun 21, 2022
Nov 13, 2022
Feb 28, 2015
Apr 21, 2021
Nov 18, 2022
Jul 28, 2021
Jul 28, 2021
Jul 21, 2022

Repository files navigation

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.