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
38 lines
1.3 KiB
Tcl
38 lines
1.3 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
|
|
|
|
# GitHub version is old.
|
|
R.setup cran danheck metaBMA 0.6.9
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bayesian model averaging for random and fixed effects meta-analysis
|
|
long_description {*}${description}
|
|
homepage https://danheck.github.io/metaBMA
|
|
checksums rmd160 d6f7f24bb58860a21d4d2cef5569e0c69b4af729 \
|
|
sha256 c1e43fdc4c866a065c11bfa65b9f895256d0a11a19861c5212fbd4f82a6205f8 \
|
|
size 167920
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-bridgesampling \
|
|
port:R-coda \
|
|
port:R-LaplacesDemon \
|
|
port:R-logspline \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|