R.methodsS3 (1.8.2)
Published 2026-02-24 13:47:02 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("R.methodsS3")About this package
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.S3 Methods Simplified
Dependencies
| Imports | utils |
| Depends | R (>= 2.13.0) |
| Suggests | codetools |