mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
774 B
Tcl
22 lines
774 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 RWgraph 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Random walks on graphs representing a transactional network
|
|
long_description {*}${description}
|
|
checksums rmd160 1186e58bc657695eb3dc5413439796084c69d308 \
|
|
sha256 7e7a5af5e590e4d63420d899bd49cd324349d56c2b85e661efb54790fa755c42 \
|
|
size 170897
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-igraph
|
|
|
|
test.run yes
|