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

Last updated: May 19,2024

1. Install "R-formatR.noarch" package

Learn how to install R-formatR.noarch on Fedora 35

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

2. Uninstall "R-formatR.noarch" package

Please follow the steps below to uninstall R-formatR.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:27:51 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-formatR
Version : 1.11
Release : 5.fc35
Architecture : noarch
Size : 153 k
Source : R-formatR-1.11-5.fc35.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()).