mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
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 r-forge multcomp 1.4-26
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Simultaneous inference in general parametric models
|
|
long_description {*}${description}
|
|
checksums rmd160 25d68083f72dd5dd1bf6dfd69bb2a764dee0d10b \
|
|
sha256 a100bbdfaffb8b9cf9a59decf80267421673c4f1eef44c0bc3f77be16b3a69ec \
|
|
size 597674
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-mvtnorm \
|
|
port:R-sandwich \
|
|
port:R-TH.data
|
|
|
|
depends_test-append port:R-coin \
|
|
port:R-coxme \
|
|
port:R-fixest \
|
|
port:R-glmmTMB \
|
|
port:R-lme4 \
|
|
port:R-lmtest \
|
|
port:R-ISwR \
|
|
port:R-robustbase \
|
|
port:R-SimComp \
|
|
port:R-tram \
|
|
port:R-xtable
|
|
|
|
test.run yes
|