# -*- 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 rstudio profvis 0.4.0
revision            0
maintainers         nomaintainer
license             GPL-3
description         Interactive visualizations for profiling R code
long_description    {*}${description}
homepage            https://rstudio.github.io/profvis
checksums           rmd160  d2fec06bed07afd3acf6c056015a6c0e788a6880 \
                    sha256  d2fdeb0e6021f4dfc7c0634bec818cd82a6baf8042b80a1818aae0caa6bf4cf4 \
                    size    301123

depends_lib-append  port:R-htmlwidgets \
                    port:R-rlang \
                    port:R-vctrs

depends_test-append port:R-htmltools \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-shiny \
                    port:R-testthat

test.run            yes
