mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
964 B
Tcl
26 lines
964 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 TOHM 1.4
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Testing One Hypothesis Multiple Times
|
|
long_description Approximations of global p-values when testing hypothesis \
|
|
in presence of non-identifiable nuisance parameters.
|
|
checksums rmd160 ab5c7d46971a2c9f7d2bc301276f1e86ff07ab78 \
|
|
sha256 1057cf7fb545f6a07107aa09ade149b1f24eaa852e7b9d77d28b5bda77862996 \
|
|
size 12121
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-EQL \
|
|
port:R-igraph \
|
|
port:R-nloptr \
|
|
port:R-Rmpfr
|
|
|
|
test.run yes
|