mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
27 lines
915 B
Tcl
27 lines
915 B
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
|
|
|
|
R.setup cran cran egg 0.4.5
|
|
revision 2
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Miscellaneous functions to help customise ggplot2 objects
|
|
long_description {*}${description}
|
|
checksums rmd160 3a2a976520d9f46e2d0cdace3873c0883e35012b \
|
|
sha256 15c8ba7cf2676eb0460de7e5dfbc89fc3175ac22a8869cfd44d66d156fd6c7bb \
|
|
size 1041027
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-gtable
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-png
|
|
|
|
test.run yes
|