# -*- 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 poissonconsulting mcmcr 0.6.2 v
revision            2
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Manipulate MCMC samples
long_description    {*}${description}
homepage            https://poissonconsulting.github.io/mcmcr
checksums           rmd160  e392963fb686eb751a66e350b16ef41f56633372 \
                    sha256  46ad05f14d8dfc8611c91e363cd97b4a05ec75d05ebc552746718e214c15b433 \
                    size    546614
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-abind \
                    port:R-chk \
                    port:R-coda \
                    port:R-extras \
                    port:R-generics \
                    port:R-lifecycle \
                    port:R-nlist \
                    port:R-purrr \
                    port:R-term \
                    port:R-tibble \
                    port:R-universals

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

# Few tests fail on ppc due to rounding: https://github.com/poissonconsulting/mcmcr/issues/56
test.run            yes
