# -*- 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 keaven gsDesign 3.8.0 v
revision            1
maintainers         nomaintainer
license             GPL-3+
description         Group Sequential Design
long_description    {*}${description}
homepage            https://keaven.github.io/gsDesign
checksums           rmd160  2f6819d1e296b39442b66ba32b5576da6245e025 \
                    sha256  010f41dcdfa2c4f9218d9933cc8aa967677e30ab7e90f3d819e510460c30b1a5 \
                    size    5456394
github.tarball_from archive

depends_lib-append  port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-gt \
                    port:R-magrittr \
                    port:R-r2rtf \
                    port:R-rlang \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-xtable

depends_test-append port:R-covr \
                    port:R-data.table \
                    port:R-gridExtra \
                    port:R-kableExtra \
                    port:R-knitr \
                    port:R-mvtnorm \
                    port:R-ragg \
                    port:R-rmarkdown \
                    port:R-scales \
                    port:R-testthat \
                    port:R-vdiffr

# Two tests fail on ppc: https://github.com/keaven/gsDesign/issues/90
test.run            yes
