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]
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 15 Apr. 2025.
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
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for R.methodsS32500300035004000450050005500600065007000750080008500TrendBars

Today's Hot Picks in Authors and Packages

StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
ffscrapr  
API Client for Fantasy Football League Platforms
Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming ap ...
Download / Learn more Package Citations See dependency  
Maintainer: Tan Ho (view profile)

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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