Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henrikbengtsson/r.oo
- Owner: HenrikBengtsson
- Created: 2014-05-04T22:47:54.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-01T18:00:43.000Z (3 months ago)
- Last Synced: 2025-01-07T14:10:05.004Z (13 days ago)
- Topics: cran, package, r
- Language: R
- Homepage: https://cran.r-project.org/package=R.oo
- Size: 1.73 MB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# 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.