options(repos = c(openvolley = "https://openvolley.r-universe.dev",
CRAN = "https://cloud.r-project.org"))
install.packages("auvolley")
## or
## install.packages("remotes") ## if needed
remotes::install_github("openvolley/auvolley")
The auvolley
package provides some simple functions for calculating
scores following the Athletes Unlimited scoring system. See
https://auprosports.com/volleyball/how-we-play-volleyball/ and their
whitepaper
for more information.
Note that openvolley and this package have no affiliation with Athletes Unlimited and this code is based solely on publicly available information about their system.