blob: a29a6484ce9c1f6e579556998ff7511e12b85474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= influenceR
PORTVERSION= 0.1.5
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>
|