diff options
author | tota <tota@FreeBSD.org> | 2012-12-25 19:33:21 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-25 19:33:21 +0800 |
commit | 45e89c00aad7f0087e7186061ce84234810c03c7 (patch) | |
tree | 9718d475ed7761c5f32a4958590479ca2c7ea5bc /finance | |
parent | b342b56f77066cc0ea448d0ef1f4b924ee0b47b7 (diff) | |
download | freebsd-ports-gnome-45e89c00aad7f0087e7186061ce84234810c03c7.tar.gz freebsd-ports-gnome-45e89c00aad7f0087e7186061ce84234810c03c7.tar.zst freebsd-ports-gnome-45e89c00aad7f0087e7186061ce84234810c03c7.zip |
- 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>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/R-cran-tseries/Makefile | 21 | ||||
-rw-r--r-- | finance/R-cran-tseries/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-tseries/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 4cb79d347f8d..314ac95d12bf 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -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 diff --git a/finance/R-cran-tseries/Makefile b/finance/R-cran-tseries/Makefile new file mode 100644 index 000000000000..2f779b763203 --- /dev/null +++ b/finance/R-cran-tseries/Makefile @@ -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> diff --git a/finance/R-cran-tseries/distinfo b/finance/R-cran-tseries/distinfo new file mode 100644 index 000000000000..85fed78cf461 --- /dev/null +++ b/finance/R-cran-tseries/distinfo @@ -0,0 +1,2 @@ +SHA256 (tseries_0.10-29.tar.gz) = 01e2111b54ff7f6c2a61e0a95612f5b7e18a663518447d71291b517aa9e20bb9 +SIZE (tseries_0.10-29.tar.gz) = 165150 diff --git a/finance/R-cran-tseries/pkg-descr b/finance/R-cran-tseries/pkg-descr new file mode 100644 index 000000000000..b8e9e7bd9cc2 --- /dev/null +++ b/finance/R-cran-tseries/pkg-descr @@ -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/ |