Package: comperank Title: Ranking Methods for Competition Results Version: 0.1.1.9000 Authors@R: person(given = "Evgeni", family = "Chasnovski", role = c("aut", "cre"), email = "evgeni.chasnovski@gmail.com", comment = c(ORCID = "0000-0002-1617-4019")) Description: Compute ranking and rating based on competition results. Methods of different nature are implemented: with fixed Head-to-Head structure, with variable Head-to-Head structure and with iterative nature. All algorithms are taken from the book 'Who’s #1?: The science of rating and ranking' by Amy N. Langville and Carl D. Meyer (2012, ISBN:978-0-691-15422-0). License: MIT + file LICENSE URL: https://github.com/echasnovski/comperank BugReports: https://github.com/echasnovski/comperank/issues Depends: comperes (>= 0.1.0), R (>= 3.4.0) Imports: dplyr (>= 0.6.0), Rcpp, rlang (>= 0.2.0), tibble Suggests: covr, knitr, rmarkdown, testthat LinkingTo: Rcpp VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE, old_usage = TRUE) RoxygenNote: 7.1.1 Config/pak/sysreqs: libicu-dev Repository: https://echasnovski.r-universe.dev Date/Publication: 2023-01-08 18:22:44 UTC RemoteUrl: https://github.com/echasnovski/comperank RemoteRef: HEAD RemoteSha: 792ad0b2791393d8044b3176711fae02dd7842fd NeedsCompilation: yes Packaged: 2026-06-11 08:36:05 UTC; root Author: Evgeni Chasnovski [aut, cre] (ORCID: ) Maintainer: Evgeni Chasnovski