How To Install R-rcmdcheck on Fedora 36
Introduction
In this tutorial we learn how to install R-rcmdcheck on Fedora 36.
What is R-rcmdcheck
Run ‘R CMD check’ from ‘R’ and capture the results of the individual checks. Supports running checks in the background, timeouts, pretty printing and comparing check results.
We can use yum or dnf to install R-rcmdcheck on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-rcmdcheck.
Install R-rcmdcheck 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-rcmdcheck using dnf by running the following command:
sudo dnf -y install R-rcmdcheck
Install R-rcmdcheck 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-rcmdcheck using yum by running the following command:
sudo yum -y install R-rcmdcheck
How To Uninstall R-rcmdcheck on Fedora 36
To uninstall only the R-rcmdcheck package we can use the following command:
sudo dnf remove R-rcmdcheck
R-rcmdcheck Package Contents on Fedora 36
/usr/share/R/library/rcmdcheck
/usr/share/R/library/rcmdcheck/DESCRIPTION
/usr/share/R/library/rcmdcheck/INDEX
/usr/share/R/library/rcmdcheck/LICENSE
/usr/share/R/library/rcmdcheck/Meta
/usr/share/R/library/rcmdcheck/Meta/Rd.rds
/usr/share/R/library/rcmdcheck/Meta/features.rds
/usr/share/R/library/rcmdcheck/Meta/hsearch.rds
/usr/share/R/library/rcmdcheck/Meta/links.rds
/usr/share/R/library/rcmdcheck/Meta/nsInfo.rds
/usr/share/R/library/rcmdcheck/Meta/package.rds
/usr/share/R/library/rcmdcheck/NAMESPACE
/usr/share/R/library/rcmdcheck/NEWS.md
/usr/share/R/library/rcmdcheck/R
/usr/share/R/library/rcmdcheck/R/rcmdcheck
/usr/share/R/library/rcmdcheck/R/rcmdcheck.rdb
/usr/share/R/library/rcmdcheck/R/rcmdcheck.rdx
/usr/share/R/library/rcmdcheck/help
/usr/share/R/library/rcmdcheck/help/AnIndex
/usr/share/R/library/rcmdcheck/help/aliases.rds
/usr/share/R/library/rcmdcheck/help/check_details.html
/usr/share/R/library/rcmdcheck/help/compare_checks.html
/usr/share/R/library/rcmdcheck/help/compare_to_cran.html
/usr/share/R/library/rcmdcheck/help/cran_check_flavours.html
/usr/share/R/library/rcmdcheck/help/cran_check_results.html
/usr/share/R/library/rcmdcheck/help/data_frame.html
/usr/share/R/library/rcmdcheck/help/myrep.html
/usr/share/R/library/rcmdcheck/help/parse_check.html
/usr/share/R/library/rcmdcheck/help/parse_check_url.html
/usr/share/R/library/rcmdcheck/help/paths.rds
/usr/share/R/library/rcmdcheck/help/print.rcmdcheck.html
/usr/share/R/library/rcmdcheck/help/print.rcmdcheck_comparison.html
/usr/share/R/library/rcmdcheck/help/rcmdcheck-package.html
/usr/share/R/library/rcmdcheck/help/rcmdcheck.html
/usr/share/R/library/rcmdcheck/help/rcmdcheck.rdb
/usr/share/R/library/rcmdcheck/help/rcmdcheck.rdx
/usr/share/R/library/rcmdcheck/help/rcmdcheck_process.html
/usr/share/R/library/rcmdcheck/help/xopen.rcmdcheck.html
/usr/share/R/library/rcmdcheck/html
/usr/share/R/library/rcmdcheck/html/00Index.html
/usr/share/R/library/rcmdcheck/html/R.css
/usr/share/R/library/rcmdcheck/html/check_details.html
/usr/share/R/library/rcmdcheck/html/compare_checks.html
/usr/share/R/library/rcmdcheck/html/compare_to_cran.html
/usr/share/R/library/rcmdcheck/html/cran_check_flavours.html
/usr/share/R/library/rcmdcheck/html/cran_check_results.html
/usr/share/R/library/rcmdcheck/html/data_frame.html
/usr/share/R/library/rcmdcheck/html/myrep.html
/usr/share/R/library/rcmdcheck/html/parse_check.html
/usr/share/R/library/rcmdcheck/html/parse_check_url.html
/usr/share/R/library/rcmdcheck/html/print.rcmdcheck.html
/usr/share/R/library/rcmdcheck/html/print.rcmdcheck_comparison.html
/usr/share/R/library/rcmdcheck/html/rcmdcheck.html
/usr/share/R/library/rcmdcheck/html/rcmdcheck_process.html
/usr/share/R/library/rcmdcheck/html/xopen.rcmdcheck.html
References
Summary
In this tutorial we learn how to install R-rcmdcheck on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).