mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
862 B
Tcl
24 lines
862 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 EntropyMCMC 1.0.4
|
||
revision 1
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license GPL-3+
|
||
description MCMC simulation and convergence evaluation using entropy and Kullback–Leibler divergence estimation
|
||
long_description {*}${description}
|
||
checksums rmd160 b324b143565712423efb40e6b203b56d90b69945 \
|
||
sha256 c5bc653c1f3d11620efccee0c87a308fc70f37d45652f51654c5d6966895ad18 \
|
||
size 36139
|
||
|
||
depends_lib-append port:R-mixtools \
|
||
port:R-RANN
|
||
|
||
depends_test-append port:R-Rmpi \
|
||
port:R-snow
|
||
|
||
test.run yes
|