https://github.com/henrikbengtsson/r.methodss3
R package: R.methodsS3 - S3 Methods Simplified
https://github.com/henrikbengtsson/r.methodss3
cran package r
Last synced: about 1 month ago
JSON representation
R package: R.methodsS3 - S3 Methods Simplified
- Host: GitHub
- URL: https://github.com/henrikbengtsson/r.methodss3
- Owner: HenrikBengtsson
- Created: 2014-05-04T22:05:22.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-02T01:50:41.000Z (6 months ago)
- Last Synced: 2025-03-31T13:01:32.998Z (about 1 month ago)
- Topics: cran, package, r
- Language: R
- Homepage: https://cran.r-project.org/package=R.methodsS3
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# R.methodsS3: S3 Methods Simplified
## Installation
R package R.methodsS3 is available on [CRAN](https://cran.r-project.org/package=R.methodsS3) and can be installed in R as:
```r
install.packages("R.methodsS3")
```### Pre-release version
To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.methodsS3", ref="develop")
```
This will install the package from source.## Contributing
To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).