blob: 80d012aec6686e0a706e74089e4c08212b4932a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= PerformanceAnalytics
PORTVERSION= 2.1.0
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Econometric tools for performance and risk analysis
WWW= https://cran.r-project.org/web/packages/PerformanceAnalytics/
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-quadprog>0:math/R-cran-quadprog \
R-cran-xts>=0.10.0:math/R-cran-xts \
R-cran-zoo>0:math/R-cran-zoo
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|