# -*- 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 mfay exact2x2 1.7.0
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Exact tests and confidence intervals for 2×2 tables
long_description    {*}${description}
checksums           rmd160  564d9a0fcfaf655bcace8a008c9ce726ebd3ba6d \
                    sha256  d35c01e4d27bda346a3e23cb2f589cef47b758a5fd742486fd59133550b05058 \
                    size    864405
supported_archs     noarch

depends_lib-append  port:R-exactci \
                    port:R-ssanv

depends_test-append port:R-Exact \
                    port:R-ggplot2 \
                    port:R-gridExtra \
                    port:R-testthat

test.run            yes
