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
24 lines
831 B
Tcl
24 lines
831 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 cran MBSP 4.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Multivariate Bayesian model with shrinkage priors
|
|
long_description {*}${description}
|
|
checksums rmd160 bcef240215a5f3af06c001e9fcde55b38ddd0d7b \
|
|
sha256 cb0d0da0e5542155d3731af5575ec7b46ad69aed7aa7cafc31759821eaf4d2e5 \
|
|
size 8994
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-GIGrvg \
|
|
port:R-MCMCpack \
|
|
port:R-mvtnorm
|
|
|
|
test.run yes
|