knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.