# -*- 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 thomasp85 ggforce 0.5.0 v
revision            1
maintainers         nomaintainer
license             MIT
description         Accelerating ggplot2
long_description    {*}${description}
homepage            https://ggforce.data-imaginist.com
checksums           rmd160  c15e2df55ba1754cf66e3bd0b57bc6c0a7f446a1 \
                    sha256  ae7611ee4117a52c22ee6a12c0dd4b66da54a2832c8fdba24a4f4ab3d0217107 \
                    size    1058438
github.tarball_from archive

depends_lib-append  port:R-cli \
                    port:R-cpp11 \
                    port:R-ggplot2 \
                    port:R-gtable \
                    port:R-lifecycle \
                    port:R-polyclip \
                    port:R-Rcpp \
                    port:R-RcppEigen \
                    port:R-rlang \
                    port:R-scales \
                    port:R-systemfonts \
                    port:R-tidyselect \
                    port:R-tweenr \
                    port:R-vctrs \
                    port:R-withr

depends_test-append port:R-covr \
                    port:R-deldir \
                    port:R-latex2exp \
                    port:R-reshape2 \
                    port:R-sessioninfo \
                    port:R-units

test.run            yes
