mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
934 B
Tcl
27 lines
934 B
Tcl
# -*- 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 StatRank 0.0.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Statistical rank aggregation: inference, evaluation and visualization
|
|
long_description {*}${description}
|
|
checksums rmd160 61d1058301accad5d2e2c17971fe72acc1261fb7 \
|
|
sha256 3e1a4baecce9f692d90e91e3a12d35f1239d1a97aa57804dd4f36d74d7d8a891 \
|
|
size 64468
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-plyr \
|
|
port:R-truncdist
|
|
|
|
depends_test-append port:R-gridExtra \
|
|
port:R-testthat
|
|
|
|
test.run yes
|