# -*- 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 mmaechler sfsmisc 1.1-25
revision            0
categories-append   graphics sysutils
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Utilities from Seminar für Statistik, ETH Zürich
long_description    {*}${description}
homepage            https://github.com/mmaechler/sfsmisc
checksums           rmd160  df11cafcfdec2f6d9d434e7a0e9b621b912642db \
                    sha256  65e66acf26bb0d7fa8852cae492359c13249ab875fd66351aa73823e46230906 \
                    size    190824
supported_archs     noarch

depends_test-append port:R-DescTools \
                    port:R-e1071 \
                    port:R-gmp \
                    port:R-Hmisc \
                    port:R-lokern \
                    port:R-nor1mix \
                    port:R-pastecs \
                    port:R-polycor \
                    port:R-polynom \
                    port:R-relevance \
                    port:R-Rmpfr \
                    port:R-robustbase \
                    port:R-sm \
                    port:R-tikzDevice

pre-test {
    # Example uses /bin/ps, which is forbidden by sandboxing.
    # https://github.com/mmaechler/sfsmisc/issues/7
    append portsandbox_profile " (allow process-exec (literal \"/bin/ps\") (with no-profile))"
}

test.run            yes
