# -*- 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 lags behind.
R.setup             cran jrnold ggthemes 5.1.0
revision            1
maintainers         nomaintainer
license             GPL-2
description         Extra themes, scales and geoms for ggplot2
long_description    {*}${description}
homepage            https://jrnold.github.io/ggthemes
checksums           rmd160  b44926c639d5148e05c600e5345895172fe4146f \
                    sha256  074819acfe8bb2233426a0fef3bb448c5ce817bb14d517252fa05932e28bbd0e \
                    size    493992
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-lifecycle \
                    port:R-purrr \
                    port:R-scales \
                    port:R-stringr \
                    port:R-tibble

depends_test-append port:R-dplyr \
                    port:R-covr \
                    port:R-extrafont \
                    port:R-glue \
                    port:R-knitr \
                    port:R-lintr \
                    port:R-maps \
                    port:R-mapproj \
                    port:R-pander \
                    port:R-quantreg \
                    port:R-rlang \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-tidyr \
                    port:R-vdiffr \
                    port:R-withr

test.run            yes
