# -*- 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 tmsalab rrum 0.2.1
revision            1
maintainers         nomaintainer
license             GPL-2+
description         Bayesian estimation of the reduced reparameterized unified model with Gibbs sampling
long_description    {*}${description}
homepage            https://tmsalab.github.io/rrum
checksums           rmd160  efba8282b8b65c5e92d77dc935410b73da55f9f6 \
                    sha256  bfa8170eee6874f4aad2da19597697c348baa2319bd22de471c865a4e27c1809 \
                    size    14284

depends_lib-append  port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-rgen \
                    port:R-simcdm

compilers.setup     require_fortran

depends_test-append port:R-covr \
                    port:R-testthat

test.run            yes
