You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
942 B
Tcl
25 lines
942 B
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 cran RGraphics 3.0-2
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Data and functions from the Book R Graphics (3rd ed.)
|
|
long_description {*}${description}
|
|
checksums rmd160 3704fd2aab95d9c4b0b750ead6c86efa7e4a27f3 \
|
|
sha256 e1802340639027627052a5f87bfb8e207f84fa599821d1026af1e3c23015f709 \
|
|
size 1178505
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-gridBase \
|
|
port:R-gridGraphics \
|
|
port:R-gridSVG \
|
|
port:R-grImport \
|
|
port:R-grImport2
|