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

Last updated: November 30,2024

1. Install "R-formatR.noarch" package

Please follow the guidelines below to install R-formatR.noarch on Fedora 36

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

2. Uninstall "R-formatR.noarch" package

This guide covers the steps necessary to uninstall R-formatR.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:09:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-formatR
Version : 1.11
Release : 6.fc36
Architecture : noarch
Size : 153 k
Source : R-formatR-1.11-6.fc36.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()).