aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2016-07-23 07:42:49 +0800
committertota <tota@FreeBSD.org>2016-07-23 07:42:49 +0800
commit3efba780d713602945d5dfa5bc636a6b0fe0c1f0 (patch)
tree6dabd21134a8d4ae1b4c58aaa2af71750bfa05fc /math/Makefile
parentcd564ecf43873ff4a9c5473cd2af5a8632e3e142 (diff)
downloadfreebsd-ports-gnome-3efba780d713602945d5dfa5bc636a6b0fe0c1f0.tar.gz
freebsd-ports-gnome-3efba780d713602945d5dfa5bc636a6b0fe0c1f0.tar.zst
freebsd-ports-gnome-3efba780d713602945d5dfa5bc636a6b0fe0c1f0.zip
- Add new port: math/R-cran-influenceR
influenceR: Software Tools to Quantify Structural Importance of Nodes in a Network Provides functionality to compute various node centrality measures on networks. Included are functions to compute betweenness centrality (by utilizing Madduri and Bader's SNAP library), implementations of Burt's constraint and effective network size (ENS) metrics, Borgatti's algorithm to identify key players, and Valente's bridging metric. On Unix systems, the betweenness, Key Players, and bridging implementations are parallelized with OpenMP, which may run faster on systems which have OpenMP configured. WWW: https://cran.r-project.org/web/packages/influenceR/
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 21285bb5a4fd..162fdb578e00 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -40,6 +40,7 @@
SUBDIR += R-cran-gss
SUBDIR += R-cran-gtable
SUBDIR += R-cran-igraph
+ SUBDIR += R-cran-influenceR
SUBDIR += R-cran-inline
SUBDIR += R-cran-irlba
SUBDIR += R-cran-labeling