# -*- 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 gregorkastner stochvol 3.2.5 v
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Efficient Bayesian inference for stochastic volatility (SV) models
long_description    {*}${description}
homepage            https://gregorkastner.github.io/stochvol
checksums           rmd160  6e81ab79dea68eb9a7adbc760606508e33cadb1d \
                    sha256  60b43f4301d8c75437c1a53a5252c118cc8ac787dda7565b0e9d16c4f9fb041e \
                    size    1135311
github.tarball_from archive

depends_lib-append  port:R-coda \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-mvtnorm \
                    port:R-testthat

test.run            yes
