diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-06 11:02:50 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-06 11:02:50 +0000 |
commit | 2a0512cba0662dda4e4f5b5c7755d6a414cbf631 (patch) | |
tree | c8925fdea65998b5ddaf8db508fc66e75e5ff3d4 /finance/R-cran-urca | |
parent | b056f96a71780e667eb59f77e3fbbbec429f7c8b (diff) |
Notes
Diffstat (limited to 'finance/R-cran-urca')
-rw-r--r-- | finance/R-cran-urca/Makefile | 22 | ||||
-rw-r--r-- | finance/R-cran-urca/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-urca/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/finance/R-cran-urca/Makefile b/finance/R-cran-urca/Makefile new file mode 100644 index 000000000000..2974fed77a13 --- /dev/null +++ b/finance/R-cran-urca/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: R-cran-urca +# Date created: 2012-02-06 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= urca +DISTVERSION= 1.2-6 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Unit root and cointegration tests for time series data + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/finance/R-cran-urca/distinfo b/finance/R-cran-urca/distinfo new file mode 100644 index 000000000000..790f3d2e062f --- /dev/null +++ b/finance/R-cran-urca/distinfo @@ -0,0 +1,2 @@ +SHA256 (urca_1.2-6.tar.gz) = f4820f59caae2b0d3d525c2adb809a2f61b0f3c44a32a3f0ed8f37deaedd49fd +SIZE (urca_1.2-6.tar.gz) = 683262 diff --git a/finance/R-cran-urca/pkg-descr b/finance/R-cran-urca/pkg-descr new file mode 100644 index 000000000000..429a9c2a85b6 --- /dev/null +++ b/finance/R-cran-urca/pkg-descr @@ -0,0 +1,4 @@ +Unit root and cointegration tests encountered in applied econometric +analysis are implemented. + +WWW: http://cran.r-project.org/web/packages/urca/ |