You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
832 B
Tcl
23 lines
832 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 faren.firoozbakht DiffNet 1.0.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
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
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-igraph
|
|
|
|
test.run yes
|