How to Install and Uninstall R-globals.noarch Package on Fedora 39
Last updated: November 28,2024
1. Install "R-globals.noarch" package
Here is a brief guide to show you how to install R-globals.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
R-globals.noarch
Copied
2. Uninstall "R-globals.noarch" package
This is a short guide on how to uninstall R-globals.noarch on Fedora 39:
$
sudo dnf remove
R-globals.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-globals.noarch package on Fedora 39
Last metadata expiration check: 4:57:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-globals
Version : 0.16.2
Release : 3.fc39
Architecture : noarch
Size : 127 k
Source : R-globals-0.16.2-3.fc39.src.rpm
Repository : fedora
Summary : Identify Global Objects in R Expressions
URL : https://CRAN.R-project.org/package=globals
License : LGPLv2+
Description : 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.
Available Packages
Name : R-globals
Version : 0.16.2
Release : 3.fc39
Architecture : noarch
Size : 127 k
Source : R-globals-0.16.2-3.fc39.src.rpm
Repository : fedora
Summary : Identify Global Objects in R Expressions
URL : https://CRAN.R-project.org/package=globals
License : LGPLv2+
Description : 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.