How To Install R-mAr on Fedora 36

In this tutorial we learn how to install R-mAr in Fedora 36. R-mAr is R module to evaluate functions for multivariate AutoRegressive analysis

Introduction

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

What is R-mAr

R package An R add-on package for estimation of multivariate AR models through a computationally-efficient stepwise least-squares algorithm (Neumaier and Schneider, 2001); the procedure is of particular interest for high-dimensional data without missing values such as geophysical fields.

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

Install R-mAr 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-mAr using dnf by running the following command:

sudo dnf -y install R-mAr

Install R-mAr 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-mAr using yum by running the following command:

sudo yum -y install R-mAr

How To Uninstall R-mAr on Fedora 36

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

sudo dnf remove R-mAr

R-mAr Package Contents on Fedora 36

/usr/share/R/library/mAr
/usr/share/R/library/mAr/COPYING
/usr/share/R/library/mAr/DESCRIPTION
/usr/share/R/library/mAr/INDEX
/usr/share/R/library/mAr/Meta
/usr/share/R/library/mAr/Meta/Rd.rds
/usr/share/R/library/mAr/Meta/data.rds
/usr/share/R/library/mAr/Meta/features.rds
/usr/share/R/library/mAr/Meta/hsearch.rds
/usr/share/R/library/mAr/Meta/links.rds
/usr/share/R/library/mAr/Meta/nsInfo.rds
/usr/share/R/library/mAr/Meta/package.rds
/usr/share/R/library/mAr/NAMESPACE
/usr/share/R/library/mAr/R
/usr/share/R/library/mAr/R/mAr
/usr/share/R/library/mAr/R/mAr.rdb
/usr/share/R/library/mAr/R/mAr.rdx
/usr/share/R/library/mAr/data
/usr/share/R/library/mAr/data/pinkham.rda
/usr/share/R/library/mAr/data/sparrows.rda
/usr/share/R/library/mAr/data/waves.rda
/usr/share/R/library/mAr/help
/usr/share/R/library/mAr/help/AnIndex
/usr/share/R/library/mAr/help/aliases.rds
/usr/share/R/library/mAr/help/mAr.eig.html
/usr/share/R/library/mAr/help/mAr.est.html
/usr/share/R/library/mAr/help/mAr.pca.html
/usr/share/R/library/mAr/help/mAr.rdb
/usr/share/R/library/mAr/help/mAr.rdx
/usr/share/R/library/mAr/help/mAr.sim.html
/usr/share/R/library/mAr/help/paths.rds
/usr/share/R/library/mAr/help/pinkham.html
/usr/share/R/library/mAr/help/sparrows.html
/usr/share/R/library/mAr/help/waves.html
/usr/share/R/library/mAr/html
/usr/share/R/library/mAr/html/00Index.html
/usr/share/R/library/mAr/html/R.css
/usr/share/R/library/mAr/html/mAr.eig.html
/usr/share/R/library/mAr/html/mAr.est.html
/usr/share/R/library/mAr/html/mAr.pca.html
/usr/share/R/library/mAr/html/mAr.sim.html
/usr/share/R/library/mAr/html/pinkham.html
/usr/share/R/library/mAr/html/sparrows.html
/usr/share/R/library/mAr/html/waves.html

References

Summary

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