# -*- 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 imhorphen mggd 1.3.1
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Multivariate Generalised Gaussian Distribution
long_description    {*}${description}
homepage            https://forgemia.inra.fr/imhorphen/mggd
checksums           rmd160  dc95baa4611827caeb2983bb5a827748f0d89c97 \
                    sha256  d8feb6c856226896e886099bec8e816bc483c535ef5e8c9041c0e4ae17cc521d \
                    size    17653
supported_archs     noarch

depends_lib-append  port:R-data.table \
                    port:R-lifecycle \
                    port:R-rgl

depends_test-append port:R-testthat

# On 32-bit platforms there may be some test errors due to
# memory limitations: Error: memory exhausted (limit reached?)
# Results on ppc: [ FAIL 1 | WARN 0 | SKIP 0 | PASS 29 ]
test.run            yes
