# -*- 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

# Revert to GitHub once updated there.
R.setup             cran dreamRs shinyWidgets 0.8.7 v
revision            0
categories-append   devel
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Custom inputs widgets for Shiny
long_description    {*}${description}
homepage            https://dreamrs.github.io/shinyWidgets
checksums           rmd160  2cb03e1a9d44f2bdad1cb5904c3e899795f235ba \
                    sha256  add4b4c5125c4242f6439700fce7aceec3062d1faf4c99f03eddcfab51727722 \
                    size    839950
supported_archs     noarch

depends_lib-append  port:R-anytime \
                    port:R-bslib \
                    port:R-htmltools \
                    port:R-jsonlite \
                    port:R-rlang \
                    port:R-sass \
                    port:R-shiny

depends_test-append port:R-covr \
                    port:R-DT \
                    port:R-ggplot2 \
                    port:R-scales \
                    port:R-shinydashboard \
                    port:R-shinydashboardPlus \
                    port:R-testthat

test.run            yes
