# -*- 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 bnaras cubature 2.1.1
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Adaptive multivariate integration over hypercubes
long_description    {*}${description}
homepage            https://bnaras.github.io/cubature
checksums           rmd160  95f7e57542cffed2529d95ec110cfa99fa4b7138 \
                    sha256  b37220e733f4e610e089e69896f66dc5bc461478a040321c19600ec5d07ea684 \
                    size    3308399

depends_lib-append  port:R-Rcpp

compiler.c_standard 2017

depends_test-append port:R-benchr \
                    port:R-knitr \
                    port:R-mvtnorm \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
