# -*- 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 kcuilla reactablefmtr 2.0.0 v
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Streamlined table styling and formatting for reactable
long_description    {*}${description}
homepage            https://kcuilla.github.io/reactablefmtr
checksums           rmd160  49bcb35ae68b72092d7e3a8a8b66d2b07e307d32 \
                    sha256  f50f1eb7f2f7b71510cfb38b9de03c2e97882465bbf84677c870cf9390145611 \
                    size    36789062
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-reactable \
                    port:R-htmltools \
                    port:R-htmlwidgets \
                    port:R-magrittr \
                    port:R-purrr \
                    port:R-sass \
                    port:R-shiny \
                    port:R-stringr \
                    port:R-tippy \
                    port:R-webshot

depends_test-append port:R-scales

test.run            yes
