Package: RankAggregator Title: Aggregation of (Partial) Ordinal Rankings Version: 0.0.1 Authors@R: c( person(given = "Jay", family = "Burns", role = c("aut", "cre"), email = "jay.burns@sruc.ac.uk"), person(given = "Adam", family = "Butler", role = c("aut"), email = "adam.butler@bioss.ac.uk") ) Description: Easily compute an aggregate ranking (also called a median ranking or a consensus ranking) according to the axiomatic approach presented by Cook et al. (2007). This approach minimises the number of violations between all candidate consensus rankings and all input (partial) rankings, and draws on a branch and bound algorithm and a heuristic algorithm to drastically improve speed. The package also provides an option to bootstrap a consensus ranking based on resampling input rankings (with replacement). Input rankings can be either incomplete (partial) or complete. Reference: Cook, W.D., Golany, B., Penn, M. and Raviv, T. (2007) . License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Depends: R (>= 2.10) Suggests: knitr Repository: https://jburns88.r-universe.dev Date/Publication: 2020-09-11 15:52:46 UTC RemoteUrl: https://github.com/jburns88/rankaggregator RemoteRef: HEAD RemoteSha: ece714503ae4d865e715743d0821be6dfe5452e4 NeedsCompilation: no Packaged: 2026-07-02 09:10:06 UTC; root Author: Jay Burns [aut, cre], Adam Butler [aut] Maintainer: Jay Burns