# -*- 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.5.0
revision            1
categories-append   graphics
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {GPL-2 GPL-3}
description         Interactive cluster heat maps using plotly and ggplot2
long_description    {*}${description}
homepage            https://talgalili.github.io/heatmaply
checksums           rmd160  75dcbe52f2871233d22d0535aaa0d23421738c37 \
                    sha256  aca4dd8b0181aa97969c8c25c73343e294c4d9c24e7cbf52e97fecbed5a92db3 \
                    size    1705263
supported_archs     noarch
platforms           {darwin any}

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
