# -*- 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 archaic.
R.setup             cran GuangchuangYu ggimage 0.3.3
revision            1
categories-append   graphics
maintainers         nomaintainer
license             Artistic-2
description         Support image files and graphic objects to be visualized in ggplot2 graphic system
long_description    {*}${description}
homepage            https://yulab-smu.top/pkgdocs/ggimage.html
checksums           rmd160  15fb459ed271a1bb286b6810356766426aad22bd \
                    sha256  7a85a5500e982478f21de1e87394fa0ab7037417d8c0c9b38bda5a8b9b09a34a \
                    size    73718
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggfun \
                    port:R-ggplot2 \
                    port:R-ggplotify \
                    port:R-jsonlite \
                    port:R-magick \
                    port:R-scales \
                    port:R-tibble \
                    port:R-withr

depends_test-append port:R-ape \
                    port:R-ggtree \
                    port:R-gridGraphics \
                    port:R-httr \
                    port:R-rsvg

test.run            yes
