An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# 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).