How to Install and Uninstall R-R.cache.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "R-R.cache.noarch" package

Please follow the guidance below to install R-R.cache.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-R.cache.noarch

2. Uninstall "R-R.cache.noarch" package

Please follow the instructions below to uninstall R-R.cache.noarch on Fedora 34:

$ sudo dnf remove R-R.cache.noarch $ sudo dnf autoremove

3. Information about the R-R.cache.noarch package on Fedora 34

Last metadata expiration check: 4:09:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-R.cache
Version : 0.15.0
Release : 2.fc34
Architecture : noarch
Size : 124 k
Source : R-R.cache-0.15.0-2.fc34.src.rpm
Repository : updates
Summary : Fast and Light-Weight Caching (Memoization) of Objects and Results
URL : https://CRAN.R-project.org/package=R.cache
License : LGPLv2+
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).