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

Last updated: May 21,2024

1. Install "R-formatR.noarch" package

This guide covers the steps necessary to install R-formatR.noarch on Fedora 34

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

2. Uninstall "R-formatR.noarch" package

Please follow the guidance below to uninstall R-formatR.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:39:29 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-formatR
Version : 1.11
Release : 5.fc34
Architecture : noarch
Size : 151 k
Source : R-formatR-1.11-5.fc34.src.rpm
Repository : updates
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()).