How To Install R-modelr on Fedora 36

In this tutorial we learn how to install R-modelr in Fedora 36. R-modelr is Modelling Functions that Work with the Pipe

Introduction

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

What is R-modelr

Functions for modelling that help you seamlessly integrate modelling into a pipeline of data manipulation and visualisation.

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

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

sudo dnf -y install R-modelr

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

sudo yum -y install R-modelr

How To Uninstall R-modelr on Fedora 36

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

sudo dnf remove R-modelr

R-modelr Package Contents on Fedora 36

/usr/share/R/library/modelr
/usr/share/R/library/modelr/DESCRIPTION
/usr/share/R/library/modelr/INDEX
/usr/share/R/library/modelr/Meta
/usr/share/R/library/modelr/Meta/Rd.rds
/usr/share/R/library/modelr/Meta/data.rds
/usr/share/R/library/modelr/Meta/features.rds
/usr/share/R/library/modelr/Meta/hsearch.rds
/usr/share/R/library/modelr/Meta/links.rds
/usr/share/R/library/modelr/Meta/nsInfo.rds
/usr/share/R/library/modelr/Meta/package.rds
/usr/share/R/library/modelr/NAMESPACE
/usr/share/R/library/modelr/NEWS.md
/usr/share/R/library/modelr/R
/usr/share/R/library/modelr/R/modelr
/usr/share/R/library/modelr/R/modelr.rdb
/usr/share/R/library/modelr/R/modelr.rdx
/usr/share/R/library/modelr/data
/usr/share/R/library/modelr/data/Rdata.rdb
/usr/share/R/library/modelr/data/Rdata.rds
/usr/share/R/library/modelr/data/Rdata.rdx
/usr/share/R/library/modelr/help
/usr/share/R/library/modelr/help/+25+3E+25.html
/usr/share/R/library/modelr/help/AnIndex
/usr/share/R/library/modelr/help/add_predictions.html
/usr/share/R/library/modelr/help/add_predictors.html
/usr/share/R/library/modelr/help/add_residuals.html
/usr/share/R/library/modelr/help/aliases.rds
/usr/share/R/library/modelr/help/bootstrap.html
/usr/share/R/library/modelr/help/crossv_kfold.html
/usr/share/R/library/modelr/help/crossv_loo.html
/usr/share/R/library/modelr/help/crossv_mc.html
/usr/share/R/library/modelr/help/data_grid.html
/usr/share/R/library/modelr/help/figures
/usr/share/R/library/modelr/help/figures/logo.png
/usr/share/R/library/modelr/help/fit_with.html
/usr/share/R/library/modelr/help/formulae.html
/usr/share/R/library/modelr/help/formulas.html
/usr/share/R/library/modelr/help/gather_predictions.html
/usr/share/R/library/modelr/help/gather_residuals.html
/usr/share/R/library/modelr/help/geom_ref_line.html
/usr/share/R/library/modelr/help/heights.html
/usr/share/R/library/modelr/help/mae.html
/usr/share/R/library/modelr/help/mape.html
/usr/share/R/library/modelr/help/model-quality.html
/usr/share/R/library/modelr/help/model_matrix.html
/usr/share/R/library/modelr/help/modelr-package.html
/usr/share/R/library/modelr/help/modelr.html
/usr/share/R/library/modelr/help/modelr.rdb
/usr/share/R/library/modelr/help/modelr.rdx
/usr/share/R/library/modelr/help/mse.html
/usr/share/R/library/modelr/help/na.warn.html
/usr/share/R/library/modelr/help/paths.rds
/usr/share/R/library/modelr/help/permute.html
/usr/share/R/library/modelr/help/permute_.html
/usr/share/R/library/modelr/help/pipe.html
/usr/share/R/library/modelr/help/qae.html
/usr/share/R/library/modelr/help/resample.html
/usr/share/R/library/modelr/help/resample_bootstrap.html
/usr/share/R/library/modelr/help/resample_partition.html
/usr/share/R/library/modelr/help/resample_permutation.html
/usr/share/R/library/modelr/help/rmse.html
/usr/share/R/library/modelr/help/rsae.html
/usr/share/R/library/modelr/help/rsquare.html
/usr/share/R/library/modelr/help/seq_range.html
/usr/share/R/library/modelr/help/sim.html
/usr/share/R/library/modelr/help/sim1.html
/usr/share/R/library/modelr/help/sim2.html
/usr/share/R/library/modelr/help/sim3.html
/usr/share/R/library/modelr/help/sim4.html
/usr/share/R/library/modelr/help/spread_predictions.html
/usr/share/R/library/modelr/help/spread_residuals.html
/usr/share/R/library/modelr/help/typical.html
/usr/share/R/library/modelr/html
/usr/share/R/library/modelr/html/00Index.html
/usr/share/R/library/modelr/html/R.css
/usr/share/R/library/modelr/html/add_predictions.html
/usr/share/R/library/modelr/html/add_predictors.html
/usr/share/R/library/modelr/html/add_residuals.html
/usr/share/R/library/modelr/html/bootstrap.html
/usr/share/R/library/modelr/html/crossv_mc.html
/usr/share/R/library/modelr/html/data_grid.html
/usr/share/R/library/modelr/html/fit_with.html
/usr/share/R/library/modelr/html/formulas.html
/usr/share/R/library/modelr/html/geom_ref_line.html
/usr/share/R/library/modelr/html/heights.html
/usr/share/R/library/modelr/html/model-quality.html
/usr/share/R/library/modelr/html/model_matrix.html
/usr/share/R/library/modelr/html/modelr-package.html
/usr/share/R/library/modelr/html/na.warn.html
/usr/share/R/library/modelr/html/permute.html
/usr/share/R/library/modelr/html/pipe.html
/usr/share/R/library/modelr/html/resample.html
/usr/share/R/library/modelr/html/resample_bootstrap.html
/usr/share/R/library/modelr/html/resample_partition.html
/usr/share/R/library/modelr/html/resample_permutation.html
/usr/share/R/library/modelr/html/seq_range.html
/usr/share/R/library/modelr/html/sim.html
/usr/share/R/library/modelr/html/typical.html

References

Summary

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