Date: Tue, 25 Dec 2012 11:33:21 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309477 - in head/finance: . R-cran-tseries Message-ID: <201212251133.qBPBXL4l046552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Dec 25 11:33:21 2012 New Revision: 309477 URL: http://svnweb.freebsd.org/changeset/ports/309477 Log: - 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> Added: head/finance/R-cran-tseries/ head/finance/R-cran-tseries/Makefile (contents, props changed) head/finance/R-cran-tseries/distinfo (contents, props changed) head/finance/R-cran-tseries/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Dec 25 11:31:08 2012 (r309476) +++ head/finance/Makefile Tue Dec 25 11:33:21 2012 (r309477) @@ -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 Added: head/finance/R-cran-tseries/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-tseries/Makefile Tue Dec 25 11:33:21 2012 (r309477) @@ -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> Added: head/finance/R-cran-tseries/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-tseries/distinfo Tue Dec 25 11:33:21 2012 (r309477) @@ -0,0 +1,2 @@ +SHA256 (tseries_0.10-29.tar.gz) = 01e2111b54ff7f6c2a61e0a95612f5b7e18a663518447d71291b517aa9e20bb9 +SIZE (tseries_0.10-29.tar.gz) = 165150 Added: head/finance/R-cran-tseries/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-tseries/pkg-descr Tue Dec 25 11:33:21 2012 (r309477) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251133.qBPBXL4l046552>