# -*- 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 cran dlbayes 0.1.0
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Use Dirichlet Laplace prior to solve linear regression problem and do variable selection
long_description    {*}${description}
checksums           rmd160  e37152401e2fdf530be5745331ca89a86574106d \
                    sha256  60b113d6a4e873d4bd91d6046aff18c221f92fb1f236999d13515d7b0c9c1315 \
                    size    6309
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-expm \
                    port:R-GIGrvg \
                    port:R-glmnet \
                    port:R-LaplacesDemon

test.run            yes
