Sun, 12 May 2024 11:35:33 UTC | login

Information for build R-R.cache-0.13.0-1.fc29

ID25321
Package NameR-R.cache
Version0.13.0
Release1.fc29
Epoch
SummaryFast and Light-Weight Caching (Memoization) of Objects and Results
DescriptionMemoization 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).
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 14 May 2018 23:06:32 UTC
CompletedMon, 14 May 2018 23:06:32 UTC
Tags
f29
RPMs
src
R-R.cache-0.13.0-1.fc29.src.rpm (info) (download)
noarch
R-R.cache-0.13.0-1.fc29.noarch.rpm (info) (download)
Changelog * Sat Apr 21 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.13.0-1 - initial package for Fedora