mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1017 B
Tcl
28 lines
1017 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 bioconductor Bioconductor graph 1.82.0
|
|
revision 0
|
|
categories-append bioconductor graphics math
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Package that implements some simple graph-handling capabilities
|
|
long_description {*}${description}
|
|
checksums rmd160 5eabc7926ae7bafba5eb48c528981e0355b51d06 \
|
|
sha256 1ba6c6c24905dd081880b9faeb8c3fdf11e67b267cd150a354d45ca4920641f1 \
|
|
size 1487244
|
|
|
|
depends_lib-append port:R-BiocGenerics
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-knitr \
|
|
port:R-RBGL \
|
|
port:R-Rgraphviz \
|
|
port:R-RUnit \
|
|
port:R-SparseM \
|
|
port:R-XML
|
|
|
|
test.run yes
|