# -*- 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             cran YuLab-SMU yulab.utils 0.2.4
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             Artistic-2
description         Miscellaneous functions commonly used by YuLab-SMU
long_description    {*}${description}
homepage            https://yulab-smu.top
checksums           rmd160  e2f646be70a80b42f40e4b292dc27620822ec64a \
                    sha256  437055d75f7e81d1afd403c0eaae34780a8baf779f01fc5ef0b4b17e45407b81 \
                    size    34166
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-digest \
                    port:R-fs \
                    port:R-rappdirs \
                    port:R-rlang

depends_test-append port:R-httr2 \
                    port:R-jsonlite \
                    port:R-openssl \
                    port:R-R.utils \
                    port:R-testthat

test.run            yes
