mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 thomasp85 patchwork 1.3.0 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Composer of ggplots
|
|
long_description {*}${description}
|
|
homepage https://patchwork.data-imaginist.com
|
|
checksums rmd160 074c9407d20bbd35cecb87a5be6167c09ccc41c3 \
|
|
sha256 c57627503897f18f9f467e896c1ccd5e2589b11d51332bd3a157d9600a453d00 \
|
|
size 3230838
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-farver \
|
|
port:R-ggplot2 \
|
|
port:R-gtable \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-gridExtra \
|
|
port:R-gridGraphics \
|
|
port:R-gt \
|
|
port:R-knitr \
|
|
port:R-png \
|
|
port:R-ragg \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|