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
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 lagging behind.
|
|
R.setup cran wilkelab gridtext 0.1.5
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Improved text rendering support for grid graphics
|
|
long_description {*}${description}
|
|
homepage https://wilkelab.org/gridtext
|
|
checksums rmd160 2150d005ca66b01770cd23128cd6c5f4ee7a1003 \
|
|
sha256 6d98716461f8574b4c8f72c6b2163b92bb394e60e247e19f42912b871616f138 \
|
|
size 386571
|
|
|
|
depends_lib-append port:R-curl \
|
|
port:R-jpeg \
|
|
port:R-markdown \
|
|
port:R-png \
|
|
port:R-Rcpp \
|
|
port:R-rlang \
|
|
port:R-stringr \
|
|
port:R-xml2
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|