mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
911 B
Tcl
27 lines
911 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 nk027 BVAR 1.0.5
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Hierarchical Bayesian Vector Autoregression
|
|
long_description {*}${description}
|
|
homepage https://github.com/nk027/bvar
|
|
checksums rmd160 14e7dda6b12d4a0bcc896affc3fd63795b4dc78b \
|
|
sha256 b43243dc2ab2d5e6ac3bf5d00c77c36416419d44f616acac837f1d272f3a6e15 \
|
|
size 867238
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-mvtnorm
|
|
|
|
depends_test-append port:R-coda \
|
|
port:R-tinytest \
|
|
port:R-vars
|
|
|
|
test.run yes
|