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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
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  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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