mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
870 B
Tcl
26 lines
870 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 bcgam 1.0
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Bayesian constrained generalised linear models
|
|
long_description {*}${description}
|
|
checksums rmd160 de5ccf61902e0f20102b843945fa1c7f83857712 \
|
|
sha256 b32b9023c05e86531d2653c42d278e22ab8b81113fc69de3395475c42573e2b5 \
|
|
size 22944
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-igraph \
|
|
port:R-nimble
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|