# -*- 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 sjl-sjtu bnmr2 8e98922f408ef24c88301265d5757d3beb280d2a
version             0.3.1
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL
description         R package to conduct causal estimation between exposure and outcome on GWAS data
long_description    {*}${description} using the Bayesian Network-based Mendelian Randomization (BNMR).
checksums           rmd160  3edf75f03ac42cfc6ea47f6ff3eb3c63891e4d96 \
                    sha256  c4228138cd5cbda550e29a2f852565af6af5bdf44fc24d75ab6a0fdb113337fc \
                    size    474375
github.tarball_from archive
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-AER \
                    port:R-bnlearn \
                    port:R-dplyr \
                    port:R-ivmodel \
                    port:R-MendelianRandomization \
                    port:R-plyr \
                    port:R-purrr \
                    port:R-rstan

test.run            yes
