mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
869 B
Tcl
26 lines
869 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 SamCH93 BayesRep 0.42.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Bayesian analysis of replication studies
|
|
long_description {*}${description}
|
|
checksums rmd160 837a8f0f501569f953b748316924943cd4d9d837 \
|
|
sha256 288a46fe97cc0cde0ff81e32f57b2f30c2ba172c9204d3e205de630cbe9aad99 \
|
|
size 29067
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-hypergeo \
|
|
port:R-lamW
|
|
|
|
depends_test-append port:R-roxygen2 \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|