You are here: Home / LBN / Up2date / Big Data / BastionLinux 25 / R-R.cache-0.13.0-1.lbn25.noarch

R-R.cache-0.13.0-1.lbn25.noarch

Package Attributes
RPM  R-R.cache-0.13.0-1.lbn25.noarch.rpm Architecture  noarch Size  135870 Created  2023/06/18 03:59:06 UTC
Package Specification
Summary Fast and Light-Weight Caching (Memoization) of Objects and Results
Group Unspecified
License LGPLv2+
Home Page https://cran.r-project.org/web/packages/R.cache/index.html
Description

Memoization can be used to speed up repetitive and computational expensive function calls. The first time a function that implements memoization is called the results are stored in a cache memory. The next time the function is called with the same set of parameters, the results are momentarily retrieved from the cache avoiding repeating the calculations. With this package, any R object can be cached in a key-value storage where the key can be an arbitrary set of R objects. The cache memory is persistent (on the file system).

Requires
R-R.oo  
R-core  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
R-utils  
rpmlib(PayloadIsXz)  
Provides
R-R.cache

Document Actions