mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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 is outdated.
|
|
R.setup cran wilkox ggfittext 0.10.2
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description R-ggplot2 extension to fit text into a box by growing, shrinking or wrapping the text
|
|
long_description {*}${description}
|
|
homepage https://wilkox.org/ggfittext
|
|
checksums rmd160 020beacfb14a76934d6d358debf8356faec9ffad \
|
|
sha256 b796a44c79eb497148eefa1572a378bf1d498742f3fde62bd93e538720278c3e \
|
|
size 879381
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-ggplot2 \
|
|
port:R-gridtext \
|
|
port:R-shades \
|
|
port:R-stringi
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|