How to Install and Uninstall R-formatR.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "R-formatR.noarch" package

This is a short guide on how to install R-formatR.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install R-formatR.noarch

2. Uninstall "R-formatR.noarch" package

This tutorial shows how to uninstall R-formatR.noarch on Fedora 39:

$ sudo dnf remove R-formatR.noarch $ sudo dnf autoremove

3. Information about the R-formatR.noarch package on Fedora 39

Last metadata expiration check: 4:21:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-formatR
Version : 1.13
Release : 5.fc39
Architecture : noarch
Size : 168 k
Source : R-formatR-1.13-5.fc39.src.rpm
Repository : fedora
Summary : Format R Code Automatically
URL : https://CRAN.R-project.org/package=formatR
License : GPLv2+
Description : Provides a function tidy_source() to format R source code. Spaces and indent
: will be added to the code automatically, and comments will be preserved under
: certain conditions, so that R code will be more human-readable and tidy. There
: is also a Shiny app as a user interface in this package (see tidy_app()).