mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
a0a98863ca
Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fGarch
|
|
DISTVERSION= 3042.83.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Rmetrics - Autoregressive Conditional Heteroskedastic Modelling
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-fBasics>0:finance/R-cran-fBasics \
|
|
R-cran-timeDate>0:finance/R-cran-timeDate \
|
|
R-cran-timeSeries>0:finance/R-cran-timeSeries \
|
|
R-cran-fastICA>0:science/R-cran-fastICA
|
|
TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|