Package: elo
Version: 3.0.2
Title: Ranking Teams by Elo Rating and Comparable Methods
Date: 2023-08-22
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
NeedsCompilation: yes
Packaged: 2023-08-22 17:04:50 UTC; m144326
Author: Ethan Heinzen [aut, cre]
Maintainer: Ethan Heinzen <heinzen.ethan@mayo.edu>
Repository: CRAN
Date/Publication: 2023-08-23 16:00:10 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 05:28:00 UTC; unix
Archs: elo.so.dSYM
