# -*- 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

# GitHub version is old.
R.setup             cran tvatter gamCopula 0.0-8
revision            1
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         Generalized additive models for bivariate conditional dependence \
                    structures and vine copulas
long_description    {*}${description}
homepage            https://github.com/tvatter/gamCopula
checksums           rmd160  8d636d3e07ca7138a1b0381b40d8db42429b8e03 \
                    sha256  95e539a3c806834e336906e369fce104296c749e2fbe8afab7b222c82afa2d88 \
                    size    75627
supported_archs     noarch

depends_lib-append  port:R-copula \
                    port:R-doParallel \
                    port:R-foreach \
                    port:R-gsl \
                    port:R-igraph \
                    port:R-numDeriv \
                    port:R-VineCopula

test.run            yes
