mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 lags behind.
|
|
R.setup cran friendly vcdExtra 0.8-5
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Extensions and additions to vcd (Visualizing Categorical Data)
|
|
long_description {*}${description}
|
|
homepage https://friendly.github.io/vcdExtra
|
|
checksums rmd160 0e00d8f0f6ba0126b88b6f24fea25530adce3510 \
|
|
sha256 515cc1ba34c34248abec34a0394fb5cd09671e9a231e673ab1fd6013bd757726 \
|
|
size 971321
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ca \
|
|
port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-gnm \
|
|
port:R-here \
|
|
port:R-purrr \
|
|
port:R-readxl \
|
|
port:R-stringr \
|
|
port:R-tidyr \
|
|
port:R-vcd
|