# -*- 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 BayesBP 1.1
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-2+
description         Bayesian estimation using Bernstein polynomial fits rate matrix
long_description    {*}${description}
checksums           rmd160  8b46523fe234cf7626a463eb11f0deeb85b04a98 \
                    sha256  f568cac28a535353e2b6cf0b9ee36fd2b3800dc3c7d51f55d541db9819d37510 \
                    size    45098
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-iterators \
                    port:R-openxlsx

# And again, a meaningless declaration without any actual tests, eh.
depends_test-append port:R-testthat

test.run            yes
