mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
26 lines
942 B
Tcl
26 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 andrefujita statGraph 1.0.6
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Statistical methods for graphs
|
|
long_description ${name} contains statistical methods to analyze graphs.
|
|
checksums rmd160 2bfeacd111f97074f4439f9e8bbacb544416fad7 \
|
|
sha256 1e0d67b486aa2dbeb60cb547e6883f291ac3d430f83d124f9e3047e25687820c \
|
|
size 26648
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
port:R-foreach \
|
|
port:R-igraph \
|
|
port:R-mvtnorm \
|
|
port:R-rARPACK
|
|
|
|
test.run yes
|