How To Install R-foghorn on Fedora 36

In this tutorial we learn how to install R-foghorn in Fedora 36. R-foghorn is Summarize CRAN Check Results in the Terminal

Introduction

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

What is R-foghorn

The CRAN check results and where your package stands in the CRAN submission queue in your R terminal.

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

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

sudo dnf -y install R-foghorn

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

sudo yum -y install R-foghorn

How To Uninstall R-foghorn on Fedora 36

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

sudo dnf remove R-foghorn

R-foghorn Package Contents on Fedora 36

/usr/share/R/library/foghorn
/usr/share/R/library/foghorn/DESCRIPTION
/usr/share/R/library/foghorn/INDEX
/usr/share/R/library/foghorn/LICENSE
/usr/share/R/library/foghorn/Meta
/usr/share/R/library/foghorn/Meta/Rd.rds
/usr/share/R/library/foghorn/Meta/features.rds
/usr/share/R/library/foghorn/Meta/hsearch.rds
/usr/share/R/library/foghorn/Meta/links.rds
/usr/share/R/library/foghorn/Meta/nsInfo.rds
/usr/share/R/library/foghorn/Meta/package.rds
/usr/share/R/library/foghorn/Meta/vignette.rds
/usr/share/R/library/foghorn/NAMESPACE
/usr/share/R/library/foghorn/NEWS.md
/usr/share/R/library/foghorn/R
/usr/share/R/library/foghorn/R/foghorn
/usr/share/R/library/foghorn/R/foghorn.rdb
/usr/share/R/library/foghorn/R/foghorn.rdx
/usr/share/R/library/foghorn/WORDLIST
/usr/share/R/library/foghorn/doc
/usr/share/R/library/foghorn/doc/foghorn.R
/usr/share/R/library/foghorn/doc/foghorn.Rmd
/usr/share/R/library/foghorn/doc/foghorn.html
/usr/share/R/library/foghorn/doc/index.html
/usr/share/R/library/foghorn/help
/usr/share/R/library/foghorn/help/AnIndex
/usr/share/R/library/foghorn/help/aliases.rds
/usr/share/R/library/foghorn/help/check_cran_results.html
/usr/share/R/library/foghorn/help/cran_details.html
/usr/share/R/library/foghorn/help/cran_incoming.html
/usr/share/R/library/foghorn/help/cran_results.html
/usr/share/R/library/foghorn/help/figures
/usr/share/R/library/foghorn/help/figures/logo.png
/usr/share/R/library/foghorn/help/foghorn.html
/usr/share/R/library/foghorn/help/foghorn.rdb
/usr/share/R/library/foghorn/help/foghorn.rdx
/usr/share/R/library/foghorn/help/n_cran_flavors.html
/usr/share/R/library/foghorn/help/paths.rds
/usr/share/R/library/foghorn/help/show_cran_results.html
/usr/share/R/library/foghorn/help/summary.cran_details.html
/usr/share/R/library/foghorn/help/summary.cran_results.html
/usr/share/R/library/foghorn/help/summary_cran_details.html
/usr/share/R/library/foghorn/help/summary_cran_results.html
/usr/share/R/library/foghorn/help/visit_cran_check.html
/usr/share/R/library/foghorn/help/winbuilder_queue.html
/usr/share/R/library/foghorn/html
/usr/share/R/library/foghorn/html/00Index.html
/usr/share/R/library/foghorn/html/R.css
/usr/share/R/library/foghorn/html/check_cran_results.html
/usr/share/R/library/foghorn/html/cran_details.html
/usr/share/R/library/foghorn/html/cran_incoming.html
/usr/share/R/library/foghorn/html/cran_results.html
/usr/share/R/library/foghorn/html/foghorn.html
/usr/share/R/library/foghorn/html/n_cran_flavors.html
/usr/share/R/library/foghorn/html/summary_cran_results.html
/usr/share/R/library/foghorn/html/visit_cran_check.html
/usr/share/R/library/foghorn/html/winbuilder_queue.html

References

Summary

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