# -*- 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 rstudio thematic 0.1.7
revision            1
categories-append   graphics
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Unified and automatic theming of R-ggplot2, \
                    R-lattice and base R graphics
long_description    {*}${description}
homepage            https://rstudio.github.io/thematic
checksums           rmd160  cfaa4bbfbb36dd27fdc0cef2ca3f8724d4d88707 \
                    sha256  7a8ff80e21667dd485a88fc31ace2ff49a9ccf1579451213ed8aca222c84fc73 \
                    size    2473374
supported_archs     noarch

depends_lib-append  port:R-farver \
                    port:R-ggplot2 \
                    port:R-rappdirs \
                    port:R-rlang \
                    port:R-rstudioapi \
                    port:R-scales

depends_test-append port:R-bslib \
                    port:R-Cairo \
                    port:R-curl \
                    port:R-gganimate \
                    port:R-ggiraph \
                    port:R-htmltools \
                    port:R-jsonlite \
                    port:R-knitr \
                    port:R-ragg \
                    port:R-rmarkdown \
                    port:R-shiny \
                    port:R-showtext \
                    port:R-svglite \
                    port:R-sysfonts \
                    port:R-systemfonts \
                    port:R-testthat \
                    port:R-vdiffr \
                    port:R-withr

test.run            yes
