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
33 lines
1.0 KiB
Tcl
33 lines
1.0 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 lags behind.
|
|
R.setup cran datacloning dclone 2.3-2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Data cloning and MCMC tools for maximum likelihood methods
|
|
long_description {*}${description}
|
|
checksums rmd160 c5f4ec9d759545e6d110a25df9f66f77c2b603ab \
|
|
sha256 e0e361908d4e94daa20ce5409dbf4eb13e49170cab659a5ebaffacee88e80ef4 \
|
|
size 419132
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-R2OpenBUGS \
|
|
port:R-rjags \
|
|
port:R-rstan
|
|
|
|
depends_run-append port:jags
|
|
|
|
patchfiles patch-no-brugs.diff
|
|
|
|
depends_test-append port:R-R2WinBUGS \
|
|
port:R-rlecuyer
|
|
|
|
test.run yes
|