Sun, 12 May 2024 09:07:15 UTC | login

Information for build R-R.cache-0.14.0-2.fc32

ID139572
Package NameR-R.cache
Version0.14.0
Release2.fc32
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
StartedFri, 27 Mar 2020 09:26:27 UTC
CompletedFri, 27 Mar 2020 09:26:27 UTC
Tags
f33
RPMs
src
R-R.cache-0.14.0-2.fc32.src.rpm (info) (download)
noarch
R-R.cache-0.14.0-2.fc32.noarch.rpm (info) (download)
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 07 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.14.0-1 - Update to latest version * Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.13.0-5 - Remove explicit dependencies provided by automatic dependency generator * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Apr 21 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.13.0-1 - initial package for Fedora