# -*- 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 glin reactable 0.4.4 v
revision            5
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Interactive data tables for R
long_description    {*}${description}
homepage            https://glin.github.io/reactable
checksums           rmd160  12b46b1f9a5ca30e77ad6699f885c8f32a2e5c87 \
                    sha256  2f8a635b7ec3728056efaad8044ac7447e93878249a8ced375228e8fa306cbe8 \
                    size    2881791
distname            ${github.project}-${version}
master_sites        https://codeload.github.com/${github.author}/${github.project}/tar.gz/refs/tags/v${version}
extract.rename      yes
supported_archs     noarch

depends_lib-append  port:R-digest \
                    port:R-htmltools \
                    port:R-htmlwidgets \
                    port:R-jsonlite \
                    port:R-reactR

# R-V8 dropped until fixed properly.
depends_test-append port:R-covr \
                    port:R-crosstalk \
                    port:R-dplyr \
                    port:R-fontawesome \
                    port:R-knitr \
                    port:R-leaflet \
                    port:R-rmarkdown \
                    port:R-shiny \
                    port:R-sparkline \
                    port:R-testthat \
                    port:R-tippy
