mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 lines
1.5 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
|
|
|
|
R.setup github wilkelab cowplot 1.1.3
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Streamlined plot theme and plot annotations for ggplot2
|
|
long_description {*}${description}
|
|
homepage https://wilkelab.org/cowplot
|
|
checksums rmd160 a0d4ebaf07a1992616cd66785011ed94a381ae7c \
|
|
sha256 d17829b1490b410c9505cd6726a5786677ae31f9dd77667b639607cdb3b86027 \
|
|
size 9190532
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-gtable \
|
|
port:R-rlang \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-Cairo \
|
|
port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-forcats \
|
|
port:R-gridGraphics \
|
|
port:R-knitr \
|
|
port:R-magick \
|
|
port:R-maps \
|
|
port:R-PASWR \
|
|
port:R-patchwork \
|
|
port:R-rmarkdown \
|
|
port:R-ragg \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-vdiffr \
|
|
port:R-VennDiagram
|
|
|
|
test.run yes
|