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).
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).
To install R-RankAggreg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-RankAggreg
To see what files were installed by R-RankAggreg, run:
port contents R-RankAggreg
To later upgrade R-RankAggreg, run:
sudo port selfupdate && sudo port upgrade R-RankAggreg
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.