# -*- 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 atlas-aai tdcmStan 3.0.0 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Automating the creation of Stan code for TDCMs
long_description    {*}${description}
homepage            https://github.com/atlas-aai/tdcmStan
checksums           rmd160  7c55b994fab1ac567c2e337e6b80b208d7498179 \
                    sha256  0e88a082a5340d83c9b30d410647c6ac01c3d470fc79324d51ae87f7f343e410 \
                    size    21193
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-glue \
                    port:R-magrittr \
                    port:R-rlang \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidyr \
                    port:R-tidyselect

depends_test-append port:R-readr \
                    port:R-testthat

test.run            yes
