# -*- 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 cran pheatmap 1.0.12
revision            1
maintainers         nomaintainer
license             GPL-2
description         Implementation of heatmaps that offers more control over dimensions and appearance
long_description    {*}${description}
checksums           rmd160  bef131f6b239df1973b97b7f33dcaca29c03b931 \
                    sha256  579d96ee0417203b85417780eca921969cda3acc210c859bf9dfeff11539b0c1 \
                    size    15071
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-gtable \
                    port:R-RColorBrewer \
                    port:R-scales

test.run            yes
