2024-04-19 23:13:04 +08:00
|
|
|
# -*- 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
|
|
|
|
|
|
2024-09-03 15:38:45 +08:00
|
|
|
R.setup cran andrefujita statGraph 1.0.6
|
2024-05-05 23:26:45 +08:00
|
|
|
revision 0
|
2024-04-19 23:13:04 +08:00
|
|
|
categories-append math
|
2024-07-04 14:07:25 +08:00
|
|
|
platforms {darwin any}
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-04-19 23:13:04 +08:00
|
|
|
license GPL-3+
|
|
|
|
|
description Statistical methods for graphs
|
|
|
|
|
long_description ${name} contains statistical methods to analyze graphs.
|
2024-09-03 15:38:45 +08:00
|
|
|
checksums rmd160 2bfeacd111f97074f4439f9e8bbacb544416fad7 \
|
|
|
|
|
sha256 1e0d67b486aa2dbeb60cb547e6883f291ac3d430f83d124f9e3047e25687820c \
|
|
|
|
|
size 26648
|
2024-04-19 23:13:04 +08:00
|
|
|
supported_archs noarch
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-doParallel \
|
|
|
|
|
port:R-foreach \
|
|
|
|
|
port:R-igraph \
|
2024-07-27 21:48:24 +08:00
|
|
|
port:R-mvtnorm \
|
2024-04-19 23:13:04 +08:00
|
|
|
port:R-rARPACK
|
|
|
|
|
|
|
|
|
|
test.run yes
|