# -*- 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 ProjectMOSAIC ggformula 0.12.0
revision            1
maintainers         nomaintainer
license             MIT
description         Formula interface to the grammar of graphics
long_description    {*}${description}
homepage            https://github.com/ProjectMOSAIC/ggformula
checksums           rmd160  b9c75b30007edbe3ee334fff5413e32ced1d79bf \
                    sha256  d569f83e059f9e4836bd513f92706fb8a614300f744dcc47bf86e8dafd8e776d \
                    size    2447993
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-ggridges \
                    port:R-labelled \
                    port:R-mosaicCore \
                    port:R-rlang \
                    port:R-scales \
                    port:R-stringr \
                    port:R-tibble
