# -*- 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 xuezhixing.zhang bayesmlogit 1.0.1
revision            1
maintainers         nomaintainer
license             GPL-3+
description         Multistate Life Table (MSLT) methodology based on Bayesian approach
long_description    Create life tables with a Bayesian approach, which can be very useful for modelling \
                    a complex health process when considering multiple predisposing factors \
                    and multiple coexisting health conditions.
checksums           rmd160  52685de5164b575c0b1b72722f89194c44a5d43a \
                    sha256  e8f2eaa29eb9c9c74185e21df627322d4bb2bd7903644e7b8a3290fb949fa8a4 \
                    size    648328
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-magrittr

depends_test-append port:R-knitr \
                    port:R-rmarkdown

test.run            yes
