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

# GitHub version is præhistoric.
R.setup             cran talgalili heatmaply 1.6.0
revision            1
categories-append   graphics
platforms           {darwin any}
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Interactive cluster heat maps using R-plotly and R-ggplot2
long_description    {*}${description}
homepage            https://talgalili.github.io/heatmaply
checksums           rmd160  29152258929b44148ddddef5dd51ee4dbcfeb1bf \
                    sha256  86f2e3cc8c286784af2b211aac855974a40e4f0910ad90343e40694dc4b66fb5 \
                    size    1843843
supported_archs     noarch

depends_lib-append  port:R-assertthat \
                    port:R-colorspace \
                    port:R-dendextend \
                    port:R-egg \
                    port:R-ggplot2 \
                    port:R-htmlwidgets \
                    port:R-magrittr \
                    port:R-plotly \
                    port:R-RColorBrewer \
                    port:R-reshape2 \
                    port:R-scales \
                    port:R-seriation \
                    port:R-viridis \
                    port:R-webshot

depends_test-append port:R-covr \
                    port:R-gplots \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyselect

test.run            yes
