# -*- 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 Appsilon shiny.i18n 0.3.0 v
revision            1
maintainers         nomaintainer
license             MIT
description         Shiny applications internationalization
long_description    {*}${description}
homepage            https://appsilon.github.io/shiny.i18n
checksums           rmd160  d38f09cd6978585b00ee0455ab0305eae9a7a4fe \
                    sha256  991ae377ddbef056906452e59c72814a9547e116879bdc19a227cfbfe27efd8b \
                    size    2302238
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-glue \
                    port:R-jsonlite \
                    port:R-R6 \
                    port:R-rstudioapi \
                    port:R-shiny \
                    port:R-stringr \
                    port:R-yaml

patchfiles          patch-no-googleLanguageR.diff

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-lintr \
                    port:R-quarto \
                    port:R-rcmdcheck \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-withr

test.run            yes
