# -*- 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.10
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} 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  4737b0d4f9ce4dc3825c25f926acbc5355e1423d \
                    sha256  2c5d5e084cbf5947a6fe97a6a17a7bf85101567a8ac9fb81f70dc5fe1829da8c \
                    size    18452
supported_archs     noarch

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

test.run            yes
