Package: elo Version: 3.0.2.9000 Title: Ranking Teams by Elo Rating and Comparable Methods Date: 2023-10-04 Authors@R: c( person("Ethan", "Heinzen", email = "heinzen.ethan@mayo.edu", role = c("aut", "cre")) ) Description: A flexible framework for calculating Elo ratings and resulting rankings of any two-team-per-matchup system (chess, sports leagues, 'Go', etc.). This implementation is capable of evaluating a variety of matchups, Elo rating updates, and win probabilities, all based on the basic Elo rating system. It also includes methods to benchmark performance, including logistic regression and Markov chain models. Depends: R (>= 3.6.0), stats Imports: Rcpp, pROC Suggests: knitr, testthat, rmarkdown VignetteBuilder: knitr License: GPL (>= 2) URL: https://github.com/eheinzen/elo, https://cran.r-project.org/package=elo, https://eheinzen.github.io/elo/ BugReports: https://github.com/eheinzen/elo/issues RoxygenNote: 7.2.3 LazyData: true LinkingTo: Rcpp Encoding: UTF-8 Repository: https://eheinzen.r-universe.dev Date/Publication: 2023-10-04 19:55:41 UTC RemoteUrl: https://github.com/eheinzen/elo RemoteRef: HEAD RemoteSha: 1ce2bba9fa2e91b60d5e947fe4c491f229eba9ba NeedsCompilation: yes Packaged: 2026-06-09 08:39:59 UTC; root Author: Ethan Heinzen [aut, cre] Maintainer: Ethan Heinzen