Package: comperes Title: Manage Competition Results Version: 0.2.7.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: 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'. License: MIT + file LICENSE URL: https://github.com/echasnovski/comperes BugReports: https://github.com/echasnovski/comperes/issues 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 VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE, old_usage = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev Repository: https://echasnovski.r-universe.dev Date/Publication: 2023-03-02 10:34:24 UTC RemoteUrl: https://github.com/echasnovski/comperes RemoteRef: HEAD RemoteSha: 171bd05487759faefb2e251f6dd68cf0494c48ab NeedsCompilation: no Packaged: 2026-06-13 06:40:34 UTC; root Author: Evgeni Chasnovski [aut, cre] (ORCID: ) Maintainer: Evgeni Chasnovski