Last data update: 2014.03.03

trueskill

Package: trueskill
Title: Implementation the TrueSkill algorithm in R
Description: An implementation of the TrueSkill algorithm (Herbrich,
R., Minka, T. and Grapel, T) in R; a Bayesian skill rating
system with inference by approximate message passing on a
factor graph. Used by Xbox to rank gamers and identify
appropriate matches.
http://research.microsoft.com/en-us/projects/trueskill/default.aspx
Current version allows for one player per team. Will update as
time permits. Requires R version 3.0 as it is written with
Reference Classes. URL:
https://github.com/bhoung/trueskill-in-r Acknowledgements to
Doug Zongker and Heungsub Lee for their python implementations
of the algorithm and for the liberal reuse of Doug's code
comments (@dougz and @sublee on github).
Version: 0.1
Author: Brendan Houng <brendan.houng@gmail.com>
Maintainer: Brendan Houng <brendan.houng@gmail.com>
License: GPL-3
Depends: R (>= 3.0)
Imports: methods
Collate: 'factorgraph.r' 'init.r' 'competition.r' 'player.r'
Packaged: 2013-05-22 05:32:15 UTC; brendanhoung
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-05-22 08:00:08

● 0 images, 10 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'trueskill' ...
** package 'trueskill' successfully unpacked and MD5 sums checked
** R
** data
** inst
** preparing package for lazy loading
Warning in .checkFieldsInMethod(def, fieldNames, allMethods) :
  local assignment to field name will not change the field:
    variables <- list(variable)
 Did you mean to use "<<-"? ( in method "initialize" for class "PriorFactor")
** help
*** installing help indices
  converting help for package 'trueskill'
    finding HTML links ... done
    AdjustPlayers                           html  
    DrawMargin                              html  
    DrawProbability                         html  
    Gaussian-class                          html  
    GaussianOperators                       html  
    Parameters                              html  
    Player                                  html  
    PrintList                               html  
    Trueskill                               html  
    ausopen2012                             html  
    trueskill-package                       html  
** building package indices
** testing if installed package can be loaded
* DONE (trueskill)
Making 'packages.html' ... done