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
22 lines
771 B
Tcl
22 lines
771 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 jongheepark MCMCpack 1.7-1
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Markov Chain Monte Carlo (MCMC) package
|
|
long_description {*}${description}
|
|
checksums rmd160 3a691909d621f531c909945437c24a18ff67bd16 \
|
|
sha256 3b0b46746324197c38826cde06729f031311c3520d9d42815b7b356d29b58529 \
|
|
size 734834
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-mcmc \
|
|
port:R-quantreg
|
|
|
|
test.run yes
|