You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 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
|
|
|
|
R.setup cran insightsengineering ggplot2.utils 0.3.2 v
|
|
revision 0
|
|
categories-append graphics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Select utilities extending R-ggplot2
|
|
long_description {*}${description}
|
|
homepage https://insightsengineering.github.io/ggplot2.utils
|
|
checksums rmd160 fdcdf904201a7fa93e568cc9f8a048cdbb7da632 \
|
|
sha256 2f09159e5e428b712764ca260f483e4ea06c69bcbfb4f95c6883d5244d985b1f \
|
|
size 67022
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-EnvStats \
|
|
port:R-ggplot2 \
|
|
port:R-ggpp \
|
|
port:R-ggstats
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-lifecycle \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|