aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-influenceR
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-07-22 23:42:49 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-07-22 23:42:49 +0000
commitd815992e55560f9e627565b26f2b091d1181a585 (patch)
tree6dabd21134a8d4ae1b4c58aaa2af71750bfa05fc /math/R-cran-influenceR
parent9d6726044c3a30430ccee3d137ceb41190e313fc (diff)
Notes
Diffstat (limited to 'math/R-cran-influenceR')
-rw-r--r--math/R-cran-influenceR/Makefile20
-rw-r--r--math/R-cran-influenceR/distinfo3
-rw-r--r--math/R-cran-influenceR/pkg-descr13
3 files changed, 36 insertions, 0 deletions
diff --git a/math/R-cran-influenceR/Makefile b/math/R-cran-influenceR/Makefile
new file mode 100644
index 000000000000..921636bacc90
--- /dev/null
+++ b/math/R-cran-influenceR/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= influenceR
+PORTVERSION= 0.1.0
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Software Tools to Quantify Structural Importance of Nodes in a Network
+
+LICENSE= GPLv2
+
+CRAN_DEPENDS= R-cran-igraph>0:math/R-cran-igraph
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-influenceR/distinfo b/math/R-cran-influenceR/distinfo
new file mode 100644
index 000000000000..d0e44e4a8012
--- /dev/null
+++ b/math/R-cran-influenceR/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469186410
+SHA256 (influenceR_0.1.0.tar.gz) = 4fc9324179bd8896875fc0e879a8a96b9ef2a6cf42a296c3b7b4d9098519e98a
+SIZE (influenceR_0.1.0.tar.gz) = 23498
diff --git a/math/R-cran-influenceR/pkg-descr b/math/R-cran-influenceR/pkg-descr
new file mode 100644
index 000000000000..c16a75ed5d65
--- /dev/null
+++ b/math/R-cran-influenceR/pkg-descr
@@ -0,0 +1,13 @@
+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/