How To Install R-devtools on Fedora 36

In this tutorial we learn how to install R-devtools in Fedora 36. R-devtools is Tools to Make Developing R Packages Easier

Introduction

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

What is R-devtools

Collection of package development tools.

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

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

sudo dnf -y install R-devtools

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

sudo yum -y install R-devtools

How To Uninstall R-devtools on Fedora 36

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

sudo dnf remove R-devtools

R-devtools Package Contents on Fedora 36

/usr/share/R/library/devtools
/usr/share/R/library/devtools/DESCRIPTION
/usr/share/R/library/devtools/INDEX
/usr/share/R/library/devtools/LICENSE
/usr/share/R/library/devtools/Meta
/usr/share/R/library/devtools/Meta/Rd.rds
/usr/share/R/library/devtools/Meta/features.rds
/usr/share/R/library/devtools/Meta/hsearch.rds
/usr/share/R/library/devtools/Meta/links.rds
/usr/share/R/library/devtools/Meta/nsInfo.rds
/usr/share/R/library/devtools/Meta/package.rds
/usr/share/R/library/devtools/Meta/vignette.rds
/usr/share/R/library/devtools/NAMESPACE
/usr/share/R/library/devtools/NEWS.md
/usr/share/R/library/devtools/R
/usr/share/R/library/devtools/R/devtools
/usr/share/R/library/devtools/R/devtools.rdb
/usr/share/R/library/devtools/R/devtools.rdx
/usr/share/R/library/devtools/WORDLIST
/usr/share/R/library/devtools/doc
/usr/share/R/library/devtools/doc/dependencies.Rmd
/usr/share/R/library/devtools/doc/dependencies.html
/usr/share/R/library/devtools/doc/index.html
/usr/share/R/library/devtools/help
/usr/share/R/library/devtools/help/AnIndex
/usr/share/R/library/devtools/help/aliases.rds
/usr/share/R/library/devtools/help/as.package.html
/usr/share/R/library/devtools/help/bash.html
/usr/share/R/library/devtools/help/build.html
/usr/share/R/library/devtools/help/build_manual.html
/usr/share/R/library/devtools/help/build_readme.html
/usr/share/R/library/devtools/help/build_rmd.html
/usr/share/R/library/devtools/help/build_site.html
/usr/share/R/library/devtools/help/build_vignettes.html
/usr/share/R/library/devtools/help/check.html
/usr/share/R/library/devtools/help/check_built.html
/usr/share/R/library/devtools/help/check_dep_version.html
/usr/share/R/library/devtools/help/check_man.html
/usr/share/R/library/devtools/help/check_rhub.html
/usr/share/R/library/devtools/help/check_win.html
/usr/share/R/library/devtools/help/check_win_devel.html
/usr/share/R/library/devtools/help/check_win_oldrelease.html
/usr/share/R/library/devtools/help/check_win_release.html
/usr/share/R/library/devtools/help/clean_dll.html
/usr/share/R/library/devtools/help/clean_vignettes.html
/usr/share/R/library/devtools/help/create.html
/usr/share/R/library/devtools/help/dev_mode.html
/usr/share/R/library/devtools/help/dev_package_deps.html
/usr/share/R/library/devtools/help/dev_packages.html
/usr/share/R/library/devtools/help/dev_sitrep.html
/usr/share/R/library/devtools/help/devtools-deprecated.html
/usr/share/R/library/devtools/help/devtools-package.html
/usr/share/R/library/devtools/help/devtools.html
/usr/share/R/library/devtools/help/devtools.rdb
/usr/share/R/library/devtools/help/devtools.rdx
/usr/share/R/library/devtools/help/document.html
/usr/share/R/library/devtools/help/figures
/usr/share/R/library/devtools/help/figures/logo.svg
/usr/share/R/library/devtools/help/find_rtools.html
/usr/share/R/library/devtools/help/git_checks.html
/usr/share/R/library/devtools/help/github_pat.html
/usr/share/R/library/devtools/help/github_pull.html
/usr/share/R/library/devtools/help/github_release.html
/usr/share/R/library/devtools/help/has_devel.html
/usr/share/R/library/devtools/help/has_tests.html
/usr/share/R/library/devtools/help/install.html
/usr/share/R/library/devtools/help/install_bioc.html
/usr/share/R/library/devtools/help/install_bitbucket.html
/usr/share/R/library/devtools/help/install_cran.html
/usr/share/R/library/devtools/help/install_deps.html
/usr/share/R/library/devtools/help/install_dev.html
/usr/share/R/library/devtools/help/install_dev_deps.html
/usr/share/R/library/devtools/help/install_git.html
/usr/share/R/library/devtools/help/install_github.html
/usr/share/R/library/devtools/help/install_gitlab.html
/usr/share/R/library/devtools/help/install_local.html
/usr/share/R/library/devtools/help/install_svn.html
/usr/share/R/library/devtools/help/install_url.html
/usr/share/R/library/devtools/help/install_version.html
/usr/share/R/library/devtools/help/is.package.html
/usr/share/R/library/devtools/help/lint.html
/usr/share/R/library/devtools/help/load_all.html
/usr/share/R/library/devtools/help/loaded_packages.html
/usr/share/R/library/devtools/help/missing_s3.html
/usr/share/R/library/devtools/help/package_file.html
/usr/share/R/library/devtools/help/package_info.html
/usr/share/R/library/devtools/help/parse_deps.html
/usr/share/R/library/devtools/help/paths.rds
/usr/share/R/library/devtools/help/r_env_vars.html
/usr/share/R/library/devtools/help/reexports.html
/usr/share/R/library/devtools/help/release.html
/usr/share/R/library/devtools/help/release_checks.html
/usr/share/R/library/devtools/help/reload.html
/usr/share/R/library/devtools/help/remote-reexports.html
/usr/share/R/library/devtools/help/revdep.html
/usr/share/R/library/devtools/help/revdep_maintainers.html
/usr/share/R/library/devtools/help/run_examples.html
/usr/share/R/library/devtools/help/save_all.html
/usr/share/R/library/devtools/help/session_info.html
/usr/share/R/library/devtools/help/show_news.html
/usr/share/R/library/devtools/help/source_gist.html
/usr/share/R/library/devtools/help/source_url.html
/usr/share/R/library/devtools/help/spell_check.html
/usr/share/R/library/devtools/help/submit_cran.html
/usr/share/R/library/devtools/help/test.html
/usr/share/R/library/devtools/help/test_active_file.html
/usr/share/R/library/devtools/help/test_coverage.html
/usr/share/R/library/devtools/help/test_coverage_active_file.html
/usr/share/R/library/devtools/help/test_coverage_file.html
/usr/share/R/library/devtools/help/test_file.html
/usr/share/R/library/devtools/help/uninstall.html
/usr/share/R/library/devtools/help/unload.html
/usr/share/R/library/devtools/help/update_packages.html
/usr/share/R/library/devtools/help/uses_testthat.html
/usr/share/R/library/devtools/help/wd.html
/usr/share/R/library/devtools/help/with_debug.html
/usr/share/R/library/devtools/html
/usr/share/R/library/devtools/html/00Index.html
/usr/share/R/library/devtools/html/R.css
/usr/share/R/library/devtools/html/as.package.html
/usr/share/R/library/devtools/html/bash.html
/usr/share/R/library/devtools/html/build.html
/usr/share/R/library/devtools/html/build_manual.html
/usr/share/R/library/devtools/html/build_rmd.html
/usr/share/R/library/devtools/html/build_site.html
/usr/share/R/library/devtools/html/build_vignettes.html
/usr/share/R/library/devtools/html/check.html
/usr/share/R/library/devtools/html/check_man.html
/usr/share/R/library/devtools/html/check_rhub.html
/usr/share/R/library/devtools/html/check_win.html
/usr/share/R/library/devtools/html/clean_vignettes.html
/usr/share/R/library/devtools/html/create.html
/usr/share/R/library/devtools/html/dev_mode.html
/usr/share/R/library/devtools/html/dev_packages.html
/usr/share/R/library/devtools/html/dev_sitrep.html
/usr/share/R/library/devtools/html/devtools-deprecated.html
/usr/share/R/library/devtools/html/devtools.html
/usr/share/R/library/devtools/html/document.html
/usr/share/R/library/devtools/html/git_checks.html
/usr/share/R/library/devtools/html/github_pat.html
/usr/share/R/library/devtools/html/has_tests.html
/usr/share/R/library/devtools/html/install.html
/usr/share/R/library/devtools/html/install_deps.html
/usr/share/R/library/devtools/html/is.package.html
/usr/share/R/library/devtools/html/lint.html
/usr/share/R/library/devtools/html/load_all.html
/usr/share/R/library/devtools/html/loaded_packages.html
/usr/share/R/library/devtools/html/missing_s3.html
/usr/share/R/library/devtools/html/package_file.html
/usr/share/R/library/devtools/html/r_env_vars.html
/usr/share/R/library/devtools/html/reexports.html
/usr/share/R/library/devtools/html/release.html
/usr/share/R/library/devtools/html/release_checks.html
/usr/share/R/library/devtools/html/reload.html
/usr/share/R/library/devtools/html/remote-reexports.html
/usr/share/R/library/devtools/html/revdep.html
/usr/share/R/library/devtools/html/run_examples.html
/usr/share/R/library/devtools/html/save_all.html
/usr/share/R/library/devtools/html/show_news.html
/usr/share/R/library/devtools/html/source_gist.html
/usr/share/R/library/devtools/html/source_url.html
/usr/share/R/library/devtools/html/spell_check.html
/usr/share/R/library/devtools/html/submit_cran.html
/usr/share/R/library/devtools/html/test.html
/usr/share/R/library/devtools/html/uninstall.html
/usr/share/R/library/devtools/html/uses_testthat.html
/usr/share/R/library/devtools/html/wd.html
/usr/share/R/library/devtools/rstudio
/usr/share/R/library/devtools/rstudio/addins.dcf

References

Summary

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