# -*- 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             github luisgruber bayesianVARs 0.1.5 v
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         MCMC estimation of Bayesian vector autoregressions
long_description    {*}${description}
homepage            https://luisgruber.github.io/bayesianVARs
checksums           rmd160  e39b11774114541edfbbdcd150d6d58a54dd29c6 \
                    sha256  db932094701484785b8e171fea16f815efef2bdf61cd7284581afa79e84fc733 \
                    size    216238
github.tarball_from archive

depends_lib-append  port:R-colorspace \
                    port:R-factorstochvol \
                    port:R-GIGrvg \
                    port:R-mvtnorm \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-RcppProgress \
                    port:R-scales \
                    port:R-stochvol

compilers.setup     require_fortran

depends_test-append port:R-coda \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
