# -*- 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 P.J.Green gRaven 1.1.8
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Bayes Nets
long_description    Wrappers for functions in the R-gRain package to emulate some RHugin functionality, \
                    allowing the building of Bayesian networks consisting on discrete chance nodes incrementally, \
                    through adding nodes, edges and conditional probability tables, the setting of evidence, \
                    querying marginal probabilities and normalizing constants, and generating sets of high-probability configurations.
checksums           rmd160  271996db105d229f6b472ffa2bb7574c8446127d \
                    sha256  07755c55c36d5d8fc9f7e7316b726a6c951c8a45741ea84e2eb492688badb65a \
                    size    18480
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-gRain \
                    port:R-gRbase \
                    port:R-rlang

test.run            yes
