# -*- 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            4
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} 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  f6c6f82645e2f60593b027cc650472942bcbc07b \
                    sha256  a4a4c4334a66ffde9affba645b3c9e5b7547eb2f8548f70e1783b474852d5aab \
                    size    21202
github.tarball_from archive
supported_archs     noarch

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
