# -*- 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 ProbBayes 1.1
revision            1
maintainers         nomaintainer
license             GPL-2+
description         Functions and datasets to accompany Probability and Bayesian Modeling (2019)
long_description    {*}${description}
checksums           rmd160  afa9372f4ccac58566bdea3d9066860c0699d489 \
                    sha256  b6ce6772ccb671631fde6091498393f607c463343c24aabbe23af95bb3c76b2e \
                    size    594657
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-gridExtra \
                    port:R-LearnBayes \
                    port:R-shiny

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

test.run            yes
