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
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
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 duxbury netmediate 1.0.1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Micro-macro analysis for social networks
|
|
long_description {*}${description}
|
|
checksums rmd160 e218f3f4089fec7c86afa536a196f46dfc58cf1d \
|
|
sha256 f368786c2ff1d8ea84670c9be1f53ab7f40b954c0292ad3862c69b69ed9b45c9 \
|
|
size 42984
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-btergm \
|
|
port:R-ergm \
|
|
port:R-ergMargins \
|
|
port:R-gam \
|
|
port:R-intergraph \
|
|
port:R-lme4 \
|
|
port:R-network \
|
|
port:R-plm \
|
|
port:R-plyr \
|
|
port:R-RSiena \
|
|
port:R-sna \
|
|
port:R-VGAM
|
|
|
|
depends_test-append port:R-igraph \
|
|
port:R-relevent \
|
|
port:R-statnet \
|
|
port:R-statnet.common
|
|
|
|
test.run yes
|