mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 jmpsteen medflex 0.6-10
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Flexible mediation analysis using natural effect models
|
|
long_description {*}${description}
|
|
checksums rmd160 fcc46550128733237dbc0021a6e1a2c046f2e6a1 \
|
|
sha256 bd89a8fe939f3becd71a9dab30fe27fa43c96572d8309d2c1a70633117d4cb33 \
|
|
size 652929
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-multcomp \
|
|
port:R-sandwich
|
|
|
|
depends_test-append port:R-arm \
|
|
port:R-gam \
|
|
port:R-glmnet \
|
|
port:R-mice \
|
|
port:R-mitools \
|
|
port:R-SuperLearner \
|
|
port:R-VGAM
|
|
|
|
test.run yes
|