The ovlytics
package is a collection of functions for volleyball
analytics. It is a mixture of general support functions (data handling,
augmentation) along with some specific analysis methods (e.g. setter
choice analysis).
options(repos = c(openvolley = "https://openvolley.r-universe.dev",
CRAN = "https://cloud.r-project.org"))
install.packages("ovlytics")
## or
## install.packages("remotes") ## if needed
remotes::install_github("openvolley/ovlytics")