# -*- 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 swarnendu-stat bnns 0.1.2 v
revision            2
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Bayesian Neural Network with Rstan
long_description    {*}${description}
homepage            https://swarnendu-stat.github.io/bnns
checksums           rmd160  45748aa4627932103e7b23b567415ddad464f1e9 \
                    sha256  fd17a1e683170f95940adcbeb275ef2feae122e1e6b0b430b53f1a77fa873a65 \
                    size    116048
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-BH \
                    port:R-pROC \
                    port:R-RcppEigen \
                    port:R-rstan

depends_test-append port:R-ggplot2 \
                    port:R-knitr \
                    port:R-mlbench \
                    port:R-ranger \
                    port:R-rmarkdown \
                    port:R-rsample \
                    port:R-testthat

test.run            yes
