diff options
-rw-r--r-- | finance/Makefile | 1 | ||||
-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 |
4 files changed, 29 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 7be0ef119d36..4853164f3ce1 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -7,6 +7,7 @@ SUBDIR += R-cran-gmm SUBDIR += R-cran-plm SUBDIR += R-cran-strucchange + SUBDIR += R-cran-urca SUBDIR += aqbanking SUBDIR += aqmoney SUBDIR += beanie 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/ |