# -*- 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 cran anMC 0.2.5
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Compute high-dimensional orthant probabilities
long_description    Computationally efficient method to estimate orthant probabilities of high-dimensional Gaussian vectors. \
                    Further implements a function to compute conservative estimates of excursion sets under Gaussian random field priors.
checksums           rmd160  572c65e0d2dac7c0e4af22504190a8c1a5cf5a69 \
                    sha256  eacd6ce0581c1bda2476a1e1229becd9a74fd5be9ad2494c7c6d34e731f22b77 \
                    size    30077

depends_lib-append  port:R-mvtnorm \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

depends_test-append port:R-DiceKriging \
                    port:R-TruncatedNormal

test.run            yes
