# -*- 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 hrbrmstr ggalt 0.4.0 v
revision            1
maintainers         nomaintainer
license             AGPL
description         Extensions for R-ggplot2
long_description    A compendium of new geometries, coordinate systems, \
                    statistical transformations, scales and fonts for R-ggplot2.
checksums           rmd160  bbb86ed70253a0f23c63bd61c890a6c89b61ddf9 \
                    sha256  913c5e6831df265082e4ed6485035cdb4269c77ec54a8d4695dadc4c9ece97a9 \
                    size    3564090
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ash \
                    port:R-dplyr \
                    port:R-extrafont \
                    port:R-ggplot2 \
                    port:R-gtable \
                    port:R-maps \
                    port:R-plotly \
                    port:R-proj4 \
                    port:R-RColorBrewer \
                    port:R-scales \
                    port:R-tibble

depends_test-append port:R-ggthemes \
                    port:R-gridExtra \
                    port:R-knitr \
                    port:R-reshape2 \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
# https://github.com/hrbrmstr/ggalt/issues/89
test.args-append    --ignore-vignettes
