# -*- 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 etm 1.1.1
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Empirical Transition Matrix
long_description    The package permits to estimate the matrix of transition probabilities \
                    for any time-inhomogeneous multi-state model with finite state space \
                    using the Aalen–Johansen estimator.
checksums           rmd160  74df7a73b259f52f1e07fd0f502b2f0b9769e81d \
                    sha256  fe75df23b986b885d8b4a11190b715f2e7b5e4063c0f63a29457cadb2abd79c3 \
                    size    242251

depends_lib-append  port:R-data.table \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

depends_test-append port:R-geepack \
                    port:R-ggplot2 \
                    port:R-kmi

test.run            yes
