Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henrikbengtsson/r.oo

R package: R.oo - R Object-Oriented Programming with or without References
https://github.com/henrikbengtsson/r.oo

cran package r

Last synced: 6 days ago
JSON representation

R package: R.oo - R Object-Oriented Programming with or without References

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# R.oo: R Object-Oriented Programming with or without References

## Installation
R package R.oo is available on [CRAN](https://cran.r-project.org/package=R.oo) and can be installed in R as:
```r
install.packages("R.oo")
```

### 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.oo", ref="develop")
```
This will install the package from source.