# -*- 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 nicolas.trutmann norMmix 0.2-0
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Direct MLE for multivariate normal mixture distributions
long_description    {*}${description}
checksums           rmd160  5f0879d2b8cb8595df78f70f89464f5997b93e2a \
                    sha256  150220e07ee6e9353624737ce760b9b7f52e0b4eb3688a09abdd9fc51e769ec2 \
                    size    917728
supported_archs     noarch

depends_lib-append  port:R-mclust \
                    port:R-mvtnorm \
                    port:R-sfsmisc

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

test.run            yes
