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

Last updated: May 10,2024

1. Install "R-R.methodsS3.noarch" package

This is a short guide on how to install R-R.methodsS3.noarch on Fedora 34

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

2. Uninstall "R-R.methodsS3.noarch" package

Please follow the steps below to uninstall R-R.methodsS3.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:11:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-R.methodsS3
Version : 1.8.1
Release : 2.fc34
Architecture : noarch
Size : 94 k
Source : R-R.methodsS3-1.8.1-2.fc34.src.rpm
Repository : fedora
Summary : S3 Methods Simplified
URL : https://CRAN.R-project.org/package=R.methodsS3
License : LGPLv2+
Description : Methods that simplify the setup of S3 generic functions and S3 methods. Major
: effort has been made in making definition of methods as simple as possible with
: a minimum of maintenance for package developers. For example, generic
: functions are created automatically, if missing, and naming conflict are
: automatically solved, if possible. The method setMethodS3() is a good start
: for those who in the future may want to migrate to S4. This is a
: cross-platform package implemented in pure R that generates standard S3
: methods.