mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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
|
|
|
|
R.setup cran suyusung R2jags 0.8-9
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Using R to run JAGS
|
|
long_description ${name} provides wrapper functions to implement \
|
|
Bayesian analysis in JAGS.
|
|
homepage https://github.com/suyusung/R2jags
|
|
checksums rmd160 615b3dde4fa75374089815eb9f00e24d9da14c77 \
|
|
sha256 df06b8f919eed8dd65bca29bbe7e337718142734d6a31818ce1e49db8faee14c \
|
|
size 23856
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-coda \
|
|
port:R-R2WinBUGS \
|
|
port:R-rjags \
|
|
port:R-stringr
|
|
|
|
depends_run-append port:jags
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|