# -*- 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 outdated.
R.setup             cran kaz-yos tableone 0.13.2
revision            1
maintainers         nomaintainer
license             GPL-2
description         Create Table 1 to describe baseline characteristics \
                    with or without propensity score weights
long_description    {*}${description}
checksums           rmd160  adeec58c3e55285f4b0cf10505f8d1d55bdeb21d \
                    sha256  b1cf15579abd4240e24435d2d9aad255c839d2a0293e28cb2eef0c808c4727af \
                    size    264760
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-e1071 \
                    port:R-gmodels \
                    port:R-labelled \
                    port:R-survey \
                    port:R-zoo

depends_test-append port:R-geepack \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-lme4 \
                    port:R-lmerTest \
                    port:R-Matching \
                    port:R-reshape2 \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
