mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
894 B
Tcl
26 lines
894 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 mtsagris mvhtests 1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Multivariate Hypothesis Tests
|
|
long_description {*}${description}
|
|
checksums rmd160 562d4c3558643683fdc3826e58576198afc23cc6 \
|
|
sha256 13c2df73d8a1d84ab264a7364343edf68b5d5800adb4392efeba66d11e6a40a0 \
|
|
size 20899
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-emplik \
|
|
port:R-foreach \
|
|
port:R-Rfast \
|
|
port:R-Rfast2
|
|
|
|
test.run yes
|