How To Install R-tidyselect on Fedora 36

In this tutorial we learn how to install R-tidyselect in Fedora 36. R-tidyselect is Select from a Set of Strings

Introduction

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

What is R-tidyselect

A backend for the selecting functions of the ’tidyverse’. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other ’tidyverse’ interfaces for selection.

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

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

sudo dnf -y install R-tidyselect

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

sudo yum -y install R-tidyselect

How To Uninstall R-tidyselect on Fedora 36

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

sudo dnf remove R-tidyselect

R-tidyselect Package Contents on Fedora 36

/usr/share/R/library/tidyselect
/usr/share/R/library/tidyselect/DESCRIPTION
/usr/share/R/library/tidyselect/INDEX
/usr/share/R/library/tidyselect/LICENSE
/usr/share/R/library/tidyselect/Meta
/usr/share/R/library/tidyselect/Meta/Rd.rds
/usr/share/R/library/tidyselect/Meta/features.rds
/usr/share/R/library/tidyselect/Meta/hsearch.rds
/usr/share/R/library/tidyselect/Meta/links.rds
/usr/share/R/library/tidyselect/Meta/nsInfo.rds
/usr/share/R/library/tidyselect/Meta/package.rds
/usr/share/R/library/tidyselect/Meta/vignette.rds
/usr/share/R/library/tidyselect/NAMESPACE
/usr/share/R/library/tidyselect/NEWS.md
/usr/share/R/library/tidyselect/R
/usr/share/R/library/tidyselect/R/tidyselect
/usr/share/R/library/tidyselect/R/tidyselect.rdb
/usr/share/R/library/tidyselect/R/tidyselect.rdx
/usr/share/R/library/tidyselect/doc
/usr/share/R/library/tidyselect/doc/index.html
/usr/share/R/library/tidyselect/doc/syntax.R
/usr/share/R/library/tidyselect/doc/syntax.Rmd
/usr/share/R/library/tidyselect/doc/syntax.html
/usr/share/R/library/tidyselect/doc/tidyselect.R
/usr/share/R/library/tidyselect/doc/tidyselect.Rmd
/usr/share/R/library/tidyselect/doc/tidyselect.html
/usr/share/R/library/tidyselect/help
/usr/share/R/library/tidyselect/help/AnIndex
/usr/share/R/library/tidyselect/help/aliases.rds
/usr/share/R/library/tidyselect/help/all_of.html
/usr/share/R/library/tidyselect/help/any_of.html
/usr/share/R/library/tidyselect/help/contains.html
/usr/share/R/library/tidyselect/help/ends_with.html
/usr/share/R/library/tidyselect/help/enquo.html
/usr/share/R/library/tidyselect/help/eval_rename.html
/usr/share/R/library/tidyselect/help/eval_select.html
/usr/share/R/library/tidyselect/help/everything.html
/usr/share/R/library/tidyselect/help/faq-external-vector.html
/usr/share/R/library/tidyselect/help/faq-selection-context.html
/usr/share/R/library/tidyselect/help/has_vars.html
/usr/share/R/library/tidyselect/help/language.html
/usr/share/R/library/tidyselect/help/last_col.html
/usr/share/R/library/tidyselect/help/matches.html
/usr/share/R/library/tidyselect/help/num_range.html
/usr/share/R/library/tidyselect/help/one_of.html
/usr/share/R/library/tidyselect/help/paths.rds
/usr/share/R/library/tidyselect/help/peek_data.html
/usr/share/R/library/tidyselect/help/peek_vars.html
/usr/share/R/library/tidyselect/help/poke_vars.html
/usr/share/R/library/tidyselect/help/quo.html
/usr/share/R/library/tidyselect/help/quo_name.html
/usr/share/R/library/tidyselect/help/quos.html
/usr/share/R/library/tidyselect/help/reexports.html
/usr/share/R/library/tidyselect/help/scoped_vars.html
/usr/share/R/library/tidyselect/help/select_helpers.html
/usr/share/R/library/tidyselect/help/starts_with.html
/usr/share/R/library/tidyselect/help/tidyselect-package.html
/usr/share/R/library/tidyselect/help/tidyselect.html
/usr/share/R/library/tidyselect/help/tidyselect.rdb
/usr/share/R/library/tidyselect/help/tidyselect.rdx
/usr/share/R/library/tidyselect/help/vars_pull.html
/usr/share/R/library/tidyselect/help/vars_rename.html
/usr/share/R/library/tidyselect/help/vars_select.html
/usr/share/R/library/tidyselect/help/vars_select_helpers.html
/usr/share/R/library/tidyselect/help/where.html
/usr/share/R/library/tidyselect/help/with_vars.html
/usr/share/R/library/tidyselect/html
/usr/share/R/library/tidyselect/html/00Index.html
/usr/share/R/library/tidyselect/html/R.css
/usr/share/R/library/tidyselect/html/all_of.html
/usr/share/R/library/tidyselect/html/eval_select.html
/usr/share/R/library/tidyselect/html/everything.html
/usr/share/R/library/tidyselect/html/faq-external-vector.html
/usr/share/R/library/tidyselect/html/faq-selection-context.html
/usr/share/R/library/tidyselect/html/language.html
/usr/share/R/library/tidyselect/html/one_of.html
/usr/share/R/library/tidyselect/html/peek_vars.html
/usr/share/R/library/tidyselect/html/poke_vars.html
/usr/share/R/library/tidyselect/html/reexports.html
/usr/share/R/library/tidyselect/html/starts_with.html
/usr/share/R/library/tidyselect/html/tidyselect-package.html
/usr/share/R/library/tidyselect/html/vars_pull.html
/usr/share/R/library/tidyselect/html/vars_select.html
/usr/share/R/library/tidyselect/html/vars_select_helpers.html
/usr/share/R/library/tidyselect/html/where.html

References

Summary

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