# -*- 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 Merck simtrial 0.4.1 v
revision            0
maintainers         nomaintainer
license             GPL-3
description         Clinical Trial Simulation
long_description    {*}${description}
homepage            https://merck.github.io/simtrial
checksums           rmd160  9d8a69b99cb5350b792c437fa2e03f1756b76908 \
                    sha256  cb5c5c47b258ab71eb03e93ae4b41ec7ce307e5f3ae4655ecefabe2bd4912003 \
                    size    838076
github.tarball_from archive

depends_lib-append  port:R-data.table \
                    port:R-doFuture \
                    port:R-foreach \
                    port:R-future \
                    port:R-mvtnorm \
                    port:R-Rcpp \
                    port:R-rlang

depends_test-append port:R-covr \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-gsDesign \
                    port:R-gsDesign2 \
                    port:R-gt \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-survMisc \
                    port:R-survRM2 \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
