R/scoutr-package.R

#' \code{scoutr}: A package for soccer data manipulation and visualization
#'
#' A complete and consistent set of functions for reading, manipulating, and
#' visualizing Wyscout soccer data in R.
#'
#' @author \strong{Maintainer}: Shawn Santo \email{shawn.santo@@duke.edu}
#'
#'   Authors:
#'     \itemize{
#'       \item Shawn Santo
#'       \item Ethan Shen
#'       \item Olanrewaju Akande
#'     }
#'
#' @references
#'   \emph{Pappalardo, L., Cintia, P., Rossi, A. et al. A public data
#'         set of spatio-temporal match events in soccer competitions. Sci
#'         Data 6, 236 (2019). \url{https://doi.org/10.1038/s41597-019-0247-7}}
#'
#' @seealso
#'   Usefule links:
#'   \itemize{
#'     \item All public Wyscout data is available at \url{https://figshare.com/collections/Soccer_match_event_dataset/4415000/2}
#'     \item Report bugs at \url{https://gihub.com/scoutr/issues}
#'   }
#'
#' @docType package
#' @name scoutr-package
NULL

utils::globalVariables(c("."))
shawnsanto/scoutr documentation built on Feb. 27, 2021, 1:02 p.m.