r-cachem 1.1.0
Cache R objects with automatic pruning
This package provides key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.
- Outputs:
out
- Website: https://cachem.r-lib.org/
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-cachem 1.1.0
as follows:
guix install r-cachem@1.1.0
Or install the latest version:
guix install r-cachem
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.