- Add a new port: finance/R-cran-tseries
Computes the Augmented Dickey-Fuller test for the null that x has a unit root. WWW: http://cran.r-project.org/web/packages/tseries/ PR: ports/172298 (based on) Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
SUBDIR += R-cran-strucchange
|
||||
SUBDIR += R-cran-timeDate
|
||||
SUBDIR += R-cran-timeSeries
|
||||
SUBDIR += R-cran-tseries
|
||||
SUBDIR += R-cran-urca
|
||||
SUBDIR += R-cran-vars
|
||||
SUBDIR += aqbanking
|
||||
|
||||
21
finance/R-cran-tseries/Makefile
Normal file
21
finance/R-cran-tseries/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: David Naylor <naylor.b.david@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tseries
|
||||
DISTVERSION= 0.10-29
|
||||
CATEGORIES= finance
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= naylor.b.david@gmail.com
|
||||
COMMENT= Time series analysis and computational finance
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \
|
||||
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
finance/R-cran-tseries/distinfo
Normal file
2
finance/R-cran-tseries/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (tseries_0.10-29.tar.gz) = 01e2111b54ff7f6c2a61e0a95612f5b7e18a663518447d71291b517aa9e20bb9
|
||||
SIZE (tseries_0.10-29.tar.gz) = 165150
|
||||
4
finance/R-cran-tseries/pkg-descr
Normal file
4
finance/R-cran-tseries/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Computes the Augmented Dickey-Fuller test for the null that x has
|
||||
a unit root.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/tseries/
|
||||
Reference in New Issue
Block a user