# -*- 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 stla polyhedralCubature 1.1.0
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Multiple integration over convex polyhedra
long_description    {*}${description}
homepage            https://github.com/stla/polyhedralCubature
checksums           rmd160  9ae5ec9b2a90f7568e505904881210c5c2089fd1 \
                    sha256  eca532b32001fee712a93273badfccd387fde97d7b344f32d49bb060846448d1 \
                    size    10789
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-gmp \
                    port:R-magrittr \
                    port:R-ompr \
                    port:R-qspray \
                    port:R-rcdd \
                    port:R-SimplicialCubature \
                    port:R-spray \
                    port:R-tessellation

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

test.run            yes
