-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
39 lines (39 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 = "[email protected]",
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