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

# GitHub version is outdated.
R.setup             cran drizopoulos JMbayes2 0.5-0
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Network meta-analysis using Bayesian methods
long_description    {*}${description}
homepage            https://drizopoulos.github.io/JMbayes2
checksums           rmd160  d57cd556e6e00d5dbaf2f3de467dbedff98e56e4 \
                    sha256  c1fc812a95952f14ce6733b75305470aae23b18bf335d37cba0195d02322e88e \
                    size    301206

depends_lib-append  port:R-coda \
                    port:R-ggplot2 \
                    port:R-GLMMadaptive \
                    port:R-gridExtra \
                    port:R-matrixStats \
                    port:R-parallelly \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

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

test.run            yes
