# -*- 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

# Revert to GitHub once updated there.
R.setup             cran paulnorthrop bang 1.0.4 v
revision            0
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Bayesian Analysis, No Gibbs
long_description    Provides functions for the Bayesian analysis of some simple commonly-used models, \
                    without using Markov Chain Monte Carlo (MCMC) methods, such as Gibbs sampling.
homepage            https://paulnorthrop.github.io/bang
checksums           rmd160  8fcdfc8ff5d68b8130963e9c07c2a5140367599f \
                    sha256  8eef60d7377156a3b73505b2d5dd21e0a9947ea8b8b14645b67adb298ae7516c \
                    size    251827
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-bayesplot \
                    port:R-rust

depends_test-append port:R-ggplot2 \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes