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

Last updated: November 29,2024

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

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

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

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

This is a short guide on how to uninstall R-R.methodsS3.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:09:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-R.methodsS3
Version : 1.8.2
Release : 4.fc39
Architecture : noarch
Size : 113 k
Source : R-R.methodsS3-1.8.2-4.fc39.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.