# -*- 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 dreamRs fresh 0.2.1
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Create custom bootstrap themes to use in R-shiny
long_description    {*}${description}
homepage            https://dreamrs.github.io/fresh
checksums           rmd160  b70b385d007a2779e7eb5f4605daca61fe11f4e8 \
                    sha256  5826072b9b37c683012d45e77247420a778eecdaec05947c6d507f4c3b2471a6 \
                    size    1976693
supported_archs     noarch

depends_lib-append  port:R-htmltools \
                    port:R-rstudioapi \
                    port:R-sass \
                    port:R-shiny

depends_test-append port:R-bs4Dash \
                    port:R-bsicons \
                    port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-shinydashboard \
                    port:R-shinyWidgets \
                    port:R-testthat

test.run            yes
# https://github.com/dreamRs/fresh/issues/18
test.args-append    --ignore-vignettes
