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
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 GrossSBM GREMLINS 0.2.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Generalized multipartite networks
|
|
long_description {*}${description}
|
|
homepage https://GrossSBM.github.io/GREMLINS
|
|
checksums rmd160 27cd44869d8e541e5b920011ed2d1b02174842b7 \
|
|
sha256 6b4a050bc4bd25aaba07688e58f9ac3e9eef68e2638ca261985ed46edaaf829a \
|
|
size 889763
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-aricode \
|
|
port:R-blockmodels \
|
|
port:R-igraph \
|
|
port:R-pbmcapply \
|
|
port:R-R6
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|