# -*- 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             github boennecd mmcif 0.1.1
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Mixed Multivariate Cumulative Incidence Functions
long_description    Fits the mixed cumulative incidence functions model, which decomposes within cluster dependence of risk and timing. \
                    The estimation method supports computation in parallel using a shared memory C++ implementation. \
                    A sandwich estimator of the covariance matrix is available. Natural cubic splines are used to provide a flexible model \
                    for the cumulative incidence functions.
checksums           rmd160  e7201135945f9365e7f7269ab796bd7cc28418dc \
                    sha256  8ae9ca4d57ae6900714d4437a7083d237577e40a3dacac55d13b25cf19c94626 \
                    size    1693482

depends_lib-append  port:R-alabama \
                    port:R-psqn \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-testthat

compiler.cxx_standard 2017
compilers.setup     require_fortran

depends_test-append port:R-mets \
                    port:R-mvtnorm \
                    port:R-R.rsp \
                    port:R-xml2

test.run            yes
