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

# Revert to GitHub once updated there.
R.setup             cran shannonpileggi gtreg 0.4.0 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Regulatory tables for clinical research
long_description    {*}${description}
homepage            https://shannonpileggi.github.io/gtreg
checksums           rmd160  33152ec6e54c1c89ddbaa91741c554504e9feebd \
                    sha256  cd50de70fab6c90a5d3e5bc0e86f51d17b5c5a0e0a8a46f46f66f50707d9b4d1 \
                    size    1214033
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-broom.helpers \
                    port:R-cli \
                    port:R-dplyr \
                    port:R-forcats \
                    port:R-glue \
                    port:R-gtsummary \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidyr

depends_test-append port:R-covr \
                    port:R-gt \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
