mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
912 B
Tcl
28 lines
912 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 HyperG 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Hypergraphs in R
|
|
long_description {*}${description}
|
|
checksums rmd160 5a014e704a2bd3995150bce2a54b8fb37bd1afed \
|
|
sha256 2cb3ab749322bdab10baa01bb8ac07a87993b870529487b4107180b601bc0471 \
|
|
size 103717
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-gtools \
|
|
port:R-igraph \
|
|
port:R-mclust \
|
|
port:R-proxy \
|
|
port:R-RSpectra
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|