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
28 lines
934 B
Tcl
28 lines
934 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 swj8874 bnma 1.6.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bayesian Network Meta-Analysis using JAGS
|
|
long_description {*}${description}
|
|
checksums rmd160 8b6804c28a5f4258fdb82763f84c6ad78de4048e \
|
|
sha256 ab483dccb7ae99add04e34f8616abebf19c312dc249b9169132944587a6a537c \
|
|
size 122485
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-ggplot2 \
|
|
port:R-igraph \
|
|
port:R-rjags
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|