mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
824 B
Tcl
23 lines
824 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 drchristinaknudson stableGR 1.2
|
||
revision 1
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license GPL-3
|
||
description Stable Gelman–Rubin diagnostic for Markov Chain Monte Carlo
|
||
long_description {*}${description}
|
||
checksums rmd160 3a1dc23458eb624ab763e8a114657736bcf06473 \
|
||
sha256 d65603e6a3269d4f47f0267b4e9693d96530d381c05fc385ac5068892cdc472a \
|
||
size 30066
|
||
supported_archs noarch
|
||
platforms {darwin any}
|
||
|
||
depends_lib-append port:R-mcmcse \
|
||
port:R-mvtnorm
|
||
|
||
test.run yes
|