Tools for storing and managing competition results. Competition is understood as a set of games in which players gain some abstract scores. There are two ways for storing results: in long (one row per game-player) and wide (one row per game with fixed amount of players) formats. This package provides functions for creation and conversion between them. Also there are functions for computing their summary and Head-to-Head values for players. They leverage grammar of data manipulation from 'dplyr'.
Version: | 0.2.4 |
Depends: | R (≥ 3.4.0) |
Imports: | dplyr (≥ 0.7.0), magrittr, rlang (≥ 0.1.2), tibble, tidyr (≥ 0.7.0) |
Suggests: | covr, knitr, rmarkdown, testthat |
Published: | 2020-05-09 |
Author: | Evgeni Chasnovski [aut, cre] |
Maintainer: | Evgeni Chasnovski <evgeni.chasnovski at gmail.com> |
BugReports: | https://github.com/echasnovski/comperes/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/echasnovski/comperes |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | comperes results |
Reference manual: | comperes.pdf |
Vignettes: |
Formats of Competition Results Manipulate Competition Results |
Package source: | comperes_0.2.4.tar.gz |
Windows binaries: | r-devel: comperes_0.2.4.zip, r-release: comperes_0.2.4.zip, r-oldrel: comperes_0.2.4.zip |
macOS binaries: | r-release: comperes_0.2.4.tgz, r-oldrel: comperes_0.2.4.tgz |
Old sources: | comperes archive |
Reverse depends: | comperank |
Please use the canonical form https://CRAN.R-project.org/package=comperes to link to this page.