# -*- 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 natesmith07 truh 1.0.0
revision            1
maintainers         nomaintainer
license             GPL-3+
description         Two-sample non-parametric testing under heterogeneity
long_description    Implements the TRUH test statistic for two sample testing under heterogeneity.
homepage            https://github.com/natesmith07/truh
checksums           rmd160  14c67d3fecfaf060a6e7eaa72f445dabe797bd9a \
                    sha256  928469f0d8229a9c19d47775fc12c9b19308c3306c8c7711f6bfde6ceaf79a29 \
                    size    37565
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-doParallel \
                    port:R-foreach \
                    port:R-fpc \
                    port:R-iterators \
                    port:R-Rfast

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

test.run            yes
