# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "R.methodsS3" in publications use:' type: software license: LGPL-2.0-or-later title: 'R.methodsS3: S3 Methods Simplified' version: 1.8.2 abstract: 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. authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com preferred-citation: type: conference-paper title: The R.oo package - Object-Oriented Programming with References Using Standard R Code authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com collection-title: Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003) collection-type: proceedings year: '2003' editors: - family-names: Hornik given-names: Kurt - family-names: Leisch given-names: Friedrich - family-names: Zeileis given-names: Achim month: '3' issn: 1609-395X url: https://www.r-project.org/conferences/DSC-2003/Proceedings/Bengtsson.pdf medium: https://www.r-project.org/conferences/DSC-2003/Proceedings/ conference: name: Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003) address: Vienna, Austria repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/R.methodsS3 url: https://github.com/HenrikBengtsson/R.methodsS3 contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com