# -*- 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             github mmrabe hypr 0.2.8 v
revision            1
maintainers         nomaintainer
license             GPL-3
description         Hypothesis matrix translation
long_description    Translation between experimental null hypotheses, hypothesis matrices \
                    and contrast matrices as used in linear regression models.
homepage            https://maxrabe.com/hypr
checksums           rmd160  afd1e24d4449adb09cfbed7ed85d637c5a4203bd \
                    sha256  a32f6b490feef8ff72f1df21c639657e33f665f500997ff70402b770fde9fa8d \
                    size    42736
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-cli \
                    port:R-magrittr \
                    port:R-pracma

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

test.run            yes
