Package: elo
Title: Elo Ratings
Version: 0.1.2
Date: 2017-08-16
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.
Depends: R (>= 3.3.1)
Imports: Rcpp
Suggests: knitr, testthat, rmarkdown
VignetteBuilder: knitr
License: GPL (>= 2)
URL: https://github.com/eheinzen/elo,
        https://cran.r-project.org/package=elo
BugReports: https://github.com/eheinzen/elo/issues
RoxygenNote: 6.0.1
LazyData: true
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2017-08-16 16:06:17 UTC; m144326
Author: Ethan Heinzen [aut, cre]
Maintainer: Ethan Heinzen <heinzen.ethan@mayo.edu>
Repository: CRAN
Date/Publication: 2017-08-16 16:30:39 UTC
