# -*- 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 phargarten2 condTruncMVN 0.0.2
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Conditional truncated multivariate normal distribution
long_description    {*}${description}
checksums           rmd160  915e43b21235a77e584dc52d0730edd9d7db55ab \
                    sha256  ef032b79b37546e3da77930082d6fd6a3e8ead3c819565e940133d2f90722cb6 \
                    size    26327
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-condMVNorm \
                    port:R-matrixNormal \
                    port:R-tmvmixnorm \
                    port:R-tmvtnorm \
                    port:R-truncnorm

depends_test-append port:R-formatR \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-sessioninfo \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
