# -*- 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 wilkelab cowplot 1.2.0
revision            1
categories-append   graphics
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-2
description         Streamlined plot theme and plot annotations for R-ggplot2
long_description    {*}${description}
homepage            https://wilkelab.org/cowplot
checksums           rmd160  30e4d00eb15a203c7fc6a6458a0339bd2d591519 \
                    sha256  f5e2a8e4882bc9bea2d0dde601b207ea442cc2b1dd0dc22c7f527affc4cd8e05 \
                    size    9481080
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-ggplot2 \
                    port:R-gtable \
                    port:R-rlang \
                    port:R-scales

depends_test-append port:R-Cairo \
                    port:R-covr \
                    port:R-dplyr \
                    port:R-forcats \
                    port:R-gridGraphics \
                    port:R-knitr \
                    port:R-magick \
                    port:R-maps \
                    port:R-PASWR \
                    port:R-patchwork \
                    port:R-rmarkdown \
                    port:R-ragg \
                    port:R-testthat \
                    port:R-tidyr \
                    port:R-vdiffr \
                    port:R-VennDiagram

test.run            yes
