How To Install R-memoise on Fedora 36

In this tutorial we learn how to install R-memoise in Fedora 36. R-memoise is Memoisation of functions

Introduction

In this tutorial we learn how to install R-memoise on Fedora 36.

What is R-memoise

Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.

We can use yum or dnf to install R-memoise on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-memoise.

Install R-memoise on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-memoise using dnf by running the following command:

sudo dnf -y install R-memoise

Install R-memoise on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-memoise using yum by running the following command:

sudo yum -y install R-memoise

How To Uninstall R-memoise on Fedora 36

To uninstall only the R-memoise package we can use the following command:

sudo dnf remove R-memoise

R-memoise Package Contents on Fedora 36

/usr/share/R/library/memoise
/usr/share/R/library/memoise/DESCRIPTION
/usr/share/R/library/memoise/INDEX
/usr/share/R/library/memoise/LICENSE
/usr/share/R/library/memoise/Meta
/usr/share/R/library/memoise/Meta/Rd.rds
/usr/share/R/library/memoise/Meta/features.rds
/usr/share/R/library/memoise/Meta/hsearch.rds
/usr/share/R/library/memoise/Meta/links.rds
/usr/share/R/library/memoise/Meta/nsInfo.rds
/usr/share/R/library/memoise/Meta/package.rds
/usr/share/R/library/memoise/NAMESPACE
/usr/share/R/library/memoise/NEWS.md
/usr/share/R/library/memoise/R
/usr/share/R/library/memoise/R/memoise
/usr/share/R/library/memoise/R/memoise.rdb
/usr/share/R/library/memoise/R/memoise.rdx
/usr/share/R/library/memoise/help
/usr/share/R/library/memoise/help/AnIndex
/usr/share/R/library/memoise/help/aliases.rds
/usr/share/R/library/memoise/help/cache_filesystem.html
/usr/share/R/library/memoise/help/cache_gcs.html
/usr/share/R/library/memoise/help/cache_memory.html
/usr/share/R/library/memoise/help/cache_s3.html
/usr/share/R/library/memoise/help/drop_cache.html
/usr/share/R/library/memoise/help/forget.html
/usr/share/R/library/memoise/help/has_cache.html
/usr/share/R/library/memoise/help/is.memoised.html
/usr/share/R/library/memoise/help/is.memoized.html
/usr/share/R/library/memoise/help/memoise.html
/usr/share/R/library/memoise/help/memoise.rdb
/usr/share/R/library/memoise/help/memoise.rdx
/usr/share/R/library/memoise/help/memoize.html
/usr/share/R/library/memoise/help/paths.rds
/usr/share/R/library/memoise/help/timeout.html
/usr/share/R/library/memoise/html
/usr/share/R/library/memoise/html/00Index.html
/usr/share/R/library/memoise/html/R.css
/usr/share/R/library/memoise/html/cache_filesystem.html
/usr/share/R/library/memoise/html/cache_gcs.html
/usr/share/R/library/memoise/html/cache_memory.html
/usr/share/R/library/memoise/html/cache_s3.html
/usr/share/R/library/memoise/html/drop_cache.html
/usr/share/R/library/memoise/html/forget.html
/usr/share/R/library/memoise/html/has_cache.html
/usr/share/R/library/memoise/html/is.memoised.html
/usr/share/R/library/memoise/html/memoise.html
/usr/share/R/library/memoise/html/timeout.html

References

Summary

In this tutorial we learn how to install R-memoise on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).