# -*- 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             github florianhartig BayesianTools 0.1.9 v
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         General-purpose MCMC and SMC samplers and tools for Bayesian statistics
long_description    {*}${description}
checksums           rmd160  b5ec541de6d51180545578bde2f131a8e52e8c3d \
                    sha256  cfa2be3a59ee9c137f5a6c9b0744194eaa8e44be6cc571cb862f1e56aa90e81f \
                    size    1707578
github.tarball_from tarball

worksrcdir          ${worksrcpath}/BayesianTools

depends_lib-append  port:R-bridgesampling \
                    port:R-coda \
                    port:R-DHARMa \
                    port:R-ellipse \
                    port:R-emulator \
                    port:R-gap \
                    port:R-IDPmisc \
                    port:R-msm \
                    port:R-mvtnorm \
                    port:R-numDeriv \
                    port:R-Rcpp \
                    port:R-tmvtnorm

depends_test-append port:R-DEoptim \
                    port:R-lhs \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-sensitivity \
                    port:R-testthat

test.run            yes
