# -*- 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 sshpa bayesvl 1.0.0
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Visually learn the graphical structure of Bayesian networks \
                    and perform MCMC with RStan
long_description    {*}${description}
homepage            https://github.com/sshpa/bayesvl
checksums           rmd160  6c8f639ff2c5110c0e7a96386008fccf145e934b \
                    sha256  e6a852da7730f6c3aef179f3e3ae3cc8f7a87ec1cd39d5b8c9b92016bbfec6dc \
                    size    139708
supported_archs     noarch

depends_lib-append  port:R-bayesplot \
                    port:R-bnlearn \
                    port:R-coda \
                    port:R-ggplot2 \
                    port:R-reshape2 \
                    port:R-rstan \
                    port:R-StanHeaders \
                    port:R-viridis

depends_test-append port:R-loo

test.run            yes
