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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran paytonjjones networktools 1.5.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Tools for identifying important nodes in networks
|
|
long_description {*}${description}
|
|
homepage https://github.com/paytonjjones/networktools
|
|
checksums rmd160 609398c06b6ecdcaf897ac522f0443fbadf15a1b \
|
|
sha256 877045b0560007df40a476f60cb871e05d6264bf6bd49d1e3ddb9668992d5870 \
|
|
size 37490
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cocor \
|
|
port:R-eigenmodel \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-igraph \
|
|
port:R-psych \
|
|
port:R-qgraph \
|
|
port:R-R.utils \
|
|
port:R-RColorBrewer \
|
|
port:R-reshape2 \
|
|
port:R-smacof \
|
|
port:R-wordcloud
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|