Other packages > Find by keyword >

R.methodsS3  

S3 Methods Simplified
View on CRAN: Click here


Download and install R.methodsS3 package within the R console
Install from CRAN:
install.packages("R.methodsS3")

Install from Github:
library("remotes")
install_github("cran/R.methodsS3")

Install by package version:
library("remotes")
install_version("R.methodsS3", "1.8.2")



Attach the package and use:
library("R.methodsS3")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2007-12-11
Latest Update: 2022-06-13
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.
How to cite:
Henrik Bengtsson (2007). R.methodsS3: S3 Methods Simplified. R package version 1.8.2, https://cran.r-project.org/web/packages/R.methodsS3. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2007-12-11 09:22), 1.0.1 (2008-03-07 08:09), 1.0.3 (2008-07-05 18:04), 1.1.0 (2010-01-03 12:42), 1.2.0 (2010-03-14 16:05), 1.2.1 (2010-09-25 08:18), 1.2.2 (2012-06-27 15:50), 1.4.2 (2012-06-28 07:42), 1.4.4 (2013-06-30 15:19), 1.5.0 (2013-09-12 08:23), 1.5.1 (2013-09-16 00:44), 1.5.2 (2013-10-08 19:45), 1.6.1 (2014-01-05 23:10), 1.7.0 (2015-02-20 09:16), 1.7.1 (2016-02-16 13:48), 1.8.0 (2020-02-14 08:10), 1.8.1 (2020-08-26 18:20)
Other packages that cited R.methodsS3 R package
View R.methodsS3 citation profile
Other R packages that R.methodsS3 depends, imports, suggests or enhances
Complete documentation for R.methodsS3
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA