Package: quickPWCR
Type: Package
Title: Quickly construct and rating large binary pairwiesd comparisons
Version: 1.0
Date: 2024-04-23
Authors@R: person("Xiaohao", "Yang", role = c("aut", "cre", "cph"), email = "xiaohaoy@umich.edu")
Description: A collection of functions for constructing large pairwised comparisons 
             and rating them using Elo rating system with supporting parallel processing.
             The method of random sample pairs is based on Reservoir Sampling proposed by 
             JVitter (1985) <doi:10.1145/3147.3165>. 
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
Language: en_GB
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr, rmarkdown
Imports: Rcpp, parallel, pbmcapply, dplyr
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2024-04-24 21:05:09 UTC; yangxiaohao
Author: Xiaohao Yang [aut, cre, cph]
Maintainer: Xiaohao Yang <xiaohaoy@umich.edu>
Repository: CRAN
Date/Publication: 2024-04-25 15:50:12 UTC
