1Methods that simplify the setup of S3 generic functions and S3 methods. Major
2effort has been made in making definition of methods as simple as possible with
3a minimum of maintenance for package developers. For example, generic functions
4are created automatically, if missing, and naming conflict are automatically
5solved, if possible. The method setMethodS3() is a good start for those who in
6the future may want to migrate to S4. This is a cross-platform package
7implemented in pure R that generates standard S3 methods.
8