2024-04-05 19:34:58 +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
|
|
|
|
|
|
|
|
|
|
R.setup cran faren.firoozbakht DiffNet 1.0.2
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2024-04-05 19:34:58 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-04-05 19:34:58 +08:00
|
|
|
license GPL-3+
|
|
|
|
|
description Identify significant node scores using network diffusion algorithm
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 f5cf3491571580560219670f7f85fef8255fc9cb \
|
|
|
|
|
sha256 4ceba06c8850dd878899bb3fa461809c32ae799e78a34c2b7f936d93d04534c2 \
|
|
|
|
|
size 3873
|
|
|
|
|
supported_archs noarch
|
2024-05-16 06:28:16 +10:00
|
|
|
platforms {darwin any}
|
2024-04-05 19:34:58 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
|
|
|
port:R-igraph
|
|
|
|
|
|
|
|
|
|
test.run yes
|