Last data update: 2014.03.03

RankAggreg

Package: RankAggreg
Type: Package
Title: Weighted rank aggregation
Version: 0.5
Date: 2014-08-25
Author: Vasyl Pihur <vpihur@gmail.com>, Somnath Datta
<somnath.datta@louisville.edu>, Susmita Datta
<susmita.datta@louisville.edu>
Maintainer: Vasyl Pihur <vpihur@gmail.com>
Depends: R (>= 2.12.0)
Imports: gtools
Suggests: xtable, kohonen, mclust, clValid
Description: This package performs aggregation of ordered lists based
on the ranks using several different algorithms: Borda count,
Cross-Entropy Monte Carlo algorithm, Genetic algorithm, and a
brute force algorithm (for small problems)
License: LGPL
Packaged: 2014-08-25 21:23:56 UTC; vpihur
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-09-01 18:25:18

194 images, 3 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'RankAggreg' ...
** package 'RankAggreg' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c RankAggreg.c -o RankAggreg.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o RankAggreg.so RankAggreg.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/RankAggreg/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'RankAggreg'
    finding HTML links ... done
    BruteAggreg                             html  
    RankAggreg                              html  
    geneLists                               html  
    plot.raggr                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (RankAggreg)
Making 'packages.html' ... done