The goal of otElo is to provide an implementation of an Elo rating system for the Euroleague.
You can install the development version of otElo from GitHub with:
# install.packages("devtools")
devtools::install_github("solmos/otElo")
This is a basic example which shows you how to solve a common problem:
# library(otElo)
## basic example code