All Projects → HenrikBengtsson → R.oo

HenrikBengtsson / R.oo

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

Programming Languages

r
7636 projects
Makefile
30231 projects
REXX
12 projects
shell
77523 projects

Projects that are alternatives of or similar to R.oo

Rcppexamples
Examples of using Rcpp to interface R and C++
Stars: ✭ 33 (+73.68%)
Mutual labels:  package, cran
profmem
🔧 R package: profmem - Simple Memory Profiling for R
Stars: ✭ 32 (+68.42%)
Mutual labels:  package, cran
badgecreatr
Quickly place relevant badges at the top of your readme, stop copy pasting, start on your project
Stars: ✭ 61 (+221.05%)
Mutual labels:  package, cran
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (+284.21%)
Mutual labels:  package, cran
Linl
Linl Is Not Letter -- Markdown-based LaTeX Letter Template
Stars: ✭ 84 (+342.11%)
Mutual labels:  package, cran
Matrixstats
R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors)
Stars: ✭ 151 (+694.74%)
Mutual labels:  package, cran
Changepoint
A place for the development version of the changepoint package on CRAN.
Stars: ✭ 90 (+373.68%)
Mutual labels:  package, cran
Reactr
React for R
Stars: ✭ 227 (+1094.74%)
Mutual labels:  package, cran
priceR
Economics and Pricing in R
Stars: ✭ 32 (+68.42%)
Mutual labels:  cran
dataonderivatives
Easily source publicly available data on derivatives
Stars: ✭ 33 (+73.68%)
Mutual labels:  cran
data-packages
⛔ ARCHIVED ⛔
Stars: ✭ 23 (+21.05%)
Mutual labels:  cran
dataset
qri dataset definition
Stars: ✭ 16 (-15.79%)
Mutual labels:  package
furniture
The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
Stars: ✭ 43 (+126.32%)
Mutual labels:  cran
gpkg
🌎 A global Node binary manager written in Rust
Stars: ✭ 53 (+178.95%)
Mutual labels:  package
jean
Bored from installing tiny shell scripts and .dotfiles manually? Huh! Missing Shell Package Manager For Linux
Stars: ✭ 21 (+10.53%)
Mutual labels:  package
ansible-r
Ansible role to set up (the latest version of) R in Ubuntu systems
Stars: ✭ 41 (+115.79%)
Mutual labels:  cran
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+31.58%)
Mutual labels:  cran
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+731.58%)
Mutual labels:  package
module-init
🏁 Create a new node module with all the right stuff.
Stars: ✭ 71 (+273.68%)
Mutual labels:  package
cft
Climate futures toolbox: easy MACA (MACAv2) climate data access 📦
Stars: ✭ 16 (-15.79%)
Mutual labels:  package

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

Installation

R package R.oo is available on CRAN and can be installed in R as:

install.packages("R.oo")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/R.oo", ref="develop")

This will install the package from source.

Contributions

This Git repository uses the Git Flow branching model (the git flow extension is useful for this). The develop branch contains the latest contributions and other code that will appear in the next release, and the master branch contains the code of the latest release, which is exactly what is currently on CRAN.

Contributing to this package is easy. Just send a pull request. When you send your PR, make sure develop is the destination branch on the R.oo repository. Your PR should pass R CMD check --as-cran, which will also be checked by Travis CI and AppVeyor CI when the PR is submitted.

Software status

Resource CRAN GitHub Actions Travis CI AppVeyor CI
Platforms: Multiple Multiple Linux & macOS Windows
R CMD check CRAN version Build status Build status Build status
Test coverage Coverage Status
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].