Package: R.methodsS3 1.8.2
R.methodsS3: S3 Methods Simplified
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:
R.methodsS3_1.8.2.tar.gz
R.methodsS3_1.8.2.zip(r-4.5)R.methodsS3_1.8.2.zip(r-4.4)R.methodsS3_1.8.2.zip(r-4.3)
R.methodsS3_1.8.2.tgz(r-4.4-any)R.methodsS3_1.8.2.tgz(r-4.3-any)
R.methodsS3_1.8.2.tar.gz(r-4.5-noble)R.methodsS3_1.8.2.tar.gz(r-4.4-noble)
R.methodsS3_1.8.2.tgz(r-4.4-emscripten)R.methodsS3_1.8.2.tgz(r-4.3-emscripten)
R.methodsS3.pdf |R.methodsS3.html✨
R.methodsS3/json (API)
NEWS
# Install 'R.methodsS3' in R: |
install.packages('R.methodsS3', repos = c('https://henrikbengtsson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/henrikbengtsson/r.methodss3/issues
Last updated 2 years agofrom:c842db47c1 (on master). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:appendVarArgsfindDispatchMethodsS3getDispatchMethodS3getGenericS3getMethodS3hasVarArgsisGenericS3isGenericS4pkgStartupMessagesetGenericS3setMethodS3throw
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Package R.methodsS3 | R.methodsS3-package R.methodsS3 |
Gets an S3 generic function | getGenericS3 getGenericS3.default |
Gets an S3 method | getMethodS3 getMethodS3.default |
Checks if a function is a S3 generic function | isGenericS3 isGenericS3.default |
Creates an S3 generic function | setGenericS3 setGenericS3.default |
Creates an S3 method | setMethodS3 setMethodS3.default |