blob: 8226c1b05d27ffe5e321c35a5f9765b95d415761 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= influenceR
PORTVERSION= 0.1.0.1
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Software Tools to Quantify Structural Importance of Nodes in a Network
WWW= https://cran.r-project.org/web/packages/influenceR/
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-igraph>=1.0.1:math/R-cran-igraph
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|