mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
949 B
Tcl
28 lines
949 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 dege857 ggrcs 0.4.2
|
|
revision 0
|
|
categories-append graphics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Draw histograms and Restricted Cubic Splines (RCS)
|
|
long_description {*}${description}
|
|
checksums rmd160 459c1883c0a91f1530c5807acd003ee3279ce60f \
|
|
sha256 6117c03c13908598a03f11ac05c87a63721a8ccdbc26830007005cfd1a8adc9b \
|
|
size 148407
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cowplot \
|
|
port:R-ggplot2 \
|
|
port:R-rms \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|