# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             cran cran RankAggreg 0.6.6
revision            2
categories-append   math
maintainers         nomaintainer
license             LGPL
description         Weighted Rank Aggregation
long_description    Performs aggregation of ordered lists based on the ranks \
                    using several different algorithms: Cross-Entropy Monte Carlo algorithm, \
                    Genetic algorithm and a brute force algorithm (for small problems).
checksums           rmd160  a7e6a9966236bedb38250a8f82f0a9caef2968c3 \
                    sha256  bde95b55e052ad3777a9720ca970a438f5f3ba37798a12c77dd89cb39db4e0bc \
                    size    349746

depends_lib-append  port:R-gtools

depends_test-append port:R-clValid \
                    port:R-kohonen \
                    port:R-mclust \
                    port:R-xtable

test.run            yes
