How To Install R-globals on Fedora 36

In this tutorial we learn how to install R-globals in Fedora 36. R-globals is Identify Global Objects in R Expressions

Introduction

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

What is R-globals

Identifies global (“unknown” or “free”) objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments.

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

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

sudo dnf -y install R-globals

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

sudo yum -y install R-globals

How To Uninstall R-globals on Fedora 36

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

sudo dnf remove R-globals

R-globals Package Contents on Fedora 36

/usr/share/R/library/globals
/usr/share/R/library/globals/DESCRIPTION
/usr/share/R/library/globals/INDEX
/usr/share/R/library/globals/Meta
/usr/share/R/library/globals/Meta/Rd.rds
/usr/share/R/library/globals/Meta/features.rds
/usr/share/R/library/globals/Meta/hsearch.rds
/usr/share/R/library/globals/Meta/links.rds
/usr/share/R/library/globals/Meta/nsInfo.rds
/usr/share/R/library/globals/Meta/package.rds
/usr/share/R/library/globals/NAMESPACE
/usr/share/R/library/globals/NEWS
/usr/share/R/library/globals/R
/usr/share/R/library/globals/R/globals
/usr/share/R/library/globals/R/globals.rdb
/usr/share/R/library/globals/R/globals.rdx
/usr/share/R/library/globals/WORDLIST
/usr/share/R/library/globals/help
/usr/share/R/library/globals/help/+5B.Globals.html
/usr/share/R/library/globals/help/.length.html
/usr/share/R/library/globals/help/AnIndex
/usr/share/R/library/globals/help/Globals.html
/usr/share/R/library/globals/help/aliases.rds
/usr/share/R/library/globals/help/as.Globals.Globals.html
/usr/share/R/library/globals/help/as.Globals.html
/usr/share/R/library/globals/help/as.Globals.list.html
/usr/share/R/library/globals/help/cleanup.Globals.html
/usr/share/R/library/globals/help/cleanup.html
/usr/share/R/library/globals/help/findGlobals.html
/usr/share/R/library/globals/help/globals.rdb
/usr/share/R/library/globals/help/globals.rdx
/usr/share/R/library/globals/help/globalsByName.html
/usr/share/R/library/globals/help/globalsOf.html
/usr/share/R/library/globals/help/names.html
/usr/share/R/library/globals/help/packagesOf.Globals.html
/usr/share/R/library/globals/help/packagesOf.html
/usr/share/R/library/globals/help/paths.rds
/usr/share/R/library/globals/help/private_length.html
/usr/share/R/library/globals/help/walkAST.html
/usr/share/R/library/globals/html
/usr/share/R/library/globals/html/00Index.html
/usr/share/R/library/globals/html/Globals.html
/usr/share/R/library/globals/html/R.css
/usr/share/R/library/globals/html/cleanup.Globals.html
/usr/share/R/library/globals/html/globalsByName.html
/usr/share/R/library/globals/html/globalsOf.html
/usr/share/R/library/globals/html/packagesOf.Globals.html
/usr/share/R/library/globals/html/private_length.html
/usr/share/R/library/globals/html/walkAST.html

References

Summary

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