- 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:
TAKATSU Tomonari
2012-12-25 11:33:21 +00:00
parent 2f205cf6a6
commit 9ebd29c42d
4 changed files with 28 additions and 0 deletions

View File

@@ -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

View 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>

View File

@@ -0,0 +1,2 @@
SHA256 (tseries_0.10-29.tar.gz) = 01e2111b54ff7f6c2a61e0a95612f5b7e18a663518447d71291b517aa9e20bb9
SIZE (tseries_0.10-29.tar.gz) = 165150

View 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/