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
24 lines
813 B
Tcl
24 lines
813 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 buttsc sna 2.8
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Tools for social network analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 24c89c841c434c177b672b39fb39804168b72f37 \
|
|
sha256 f20adb8e505cd56ae9ed0d9675337b4fab15d5dbad1bff3562edd971872a994c \
|
|
size 305540
|
|
|
|
depends_lib-append port:R-network \
|
|
port:R-statnet.common \
|
|
|
|
depends_test-append port:R-numDeriv \
|
|
port:R-rgl \
|
|
port:R-SparseM
|
|
|
|
test.run yes
|