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
29 lines
982 B
Tcl
29 lines
982 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 kkelley MBESS 4.9.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description The MBESS R package
|
|
long_description {*}${description}
|
|
homepage https://www3.nd.edu/~kkelley/site/MBESS.html
|
|
checksums rmd160 33c08c75be022c28a0e8a692cc340ba1bc5541df \
|
|
sha256 a359f45dc4286a757125a7eebfb8725b6f19a586b86af43061c0f2177943f016 \
|
|
size 221079
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lavaan \
|
|
port:R-mnormt \
|
|
port:R-OpenMx \
|
|
port:R-sem \
|
|
port:R-semTools
|
|
|
|
depends_test-append port:R-gsl
|
|
|
|
test.run yes
|