mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 cran RcmdrPlugin.KMggplot2 0.2-6
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description R Commander plug-in for data visualization with ggplot2
|
|
long_description {*}${description}
|
|
checksums rmd160 6249bbf3bde0b3743a9e38d722c8e1a10a2fb668 \
|
|
sha256 e92faad0cd374d2ff30d4b0e4ef30cf301fa83e75b953d5c094c975c9fa30076 \
|
|
size 162119
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-ggthemes \
|
|
port:R-plyr \
|
|
port:R-Rcmdr \
|
|
port:R-RColorBrewer \
|
|
port:R-scales \
|
|
port:R-tcltk2
|
|
|
|
pre-fetch {
|
|
if {![catch {set result [active_variants R "tcltk"]}]} {
|
|
if !{$result} {
|
|
ui_msg "Error: to install ${name}, R should be installed with +tcltk variant."
|
|
return -code error "Required variant missing."
|
|
}
|
|
}
|
|
}
|
|
|
|
depends_test-append port:R-extrafont \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|