comperes: Manage Competition Results

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.7
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: 2023-02-28
Author: Evgeni Chasnovski ORCID iD [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

Documentation:

Reference manual: comperes.pdf
Vignettes: Formats of Competition Results
Manipulate Competition Results

Downloads:

Package source: comperes_0.2.7.tar.gz
Windows binaries: r-devel: comperes_0.2.7.zip, r-release: comperes_0.2.7.zip, r-oldrel: comperes_0.2.7.zip
macOS binaries: r-release (arm64): comperes_0.2.7.tgz, r-oldrel (arm64): comperes_0.2.7.tgz, r-release (x86_64): comperes_0.2.7.tgz
Old sources: comperes archive

Reverse dependencies:

Reverse depends: comperank

Linking:

Please use the canonical form https://CRAN.R-project.org/package=comperes to link to this page.