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
27 lines
964 B
Tcl
27 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 github jeksterslab betaMC 1.3.2 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Monte Carlo for regression effect sizes
|
|
long_description {*}${description}
|
|
homepage https://jeksterslab.github.io/betaMC
|
|
checksums rmd160 7ba065af404368d022852094d298a5f2cfea34e5 \
|
|
sha256 d02d6d9151ea22727e08f0e0c95c4412dba346d7f924337cd4461837bb540bd8 \
|
|
size 602368
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-Amelia \
|
|
port:R-knitr \
|
|
port:R-mice \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|