You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
800 B
Tcl
22 lines
800 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 rjmcmc 0.4.5
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Reversible-jump MCMC using post-processing
|
|
long_description {*}${description}
|
|
checksums rmd160 4f36fb67beaa299076a297605c6877306c565832 \
|
|
sha256 85fc5d4ad9d26e4d18d9232ab69825db40ba1fe166ed4aab6574abf2cddd3f93 \
|
|
size 9804
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-madness \
|
|
port:R-mvtnorm
|