# -*- 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 tnagler wdm 0.2.6
revision            2
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Weighted Dependence Measures
long_description    {*}${description}
homepage            https://github.com/tnagler/wdm-r
checksums           rmd160  52bfa0847ba8842ae864469762c01a22fabdb4d4 \
                    sha256  9f2e68308be2cab11f03020d55660d091f7d6d55209eb826d3e38d6d530f7b12 \
                    size    31235

# If GitHub repo is used, then fetch from it:
# https://github.com/tnagler/wdm-r/issues/9#issuecomment-1433323245

depends_lib-append  port:R-Rcpp

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

test.run            yes
