diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-10 19:44:14 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-10 19:44:14 +0000 |
commit | 54cceb0cea951c94c5c68a320cb650c3c5b4b436 (patch) | |
tree | 363f969add7ad435ff7ac2172614eb2b0575d0f9 /finance | |
parent | b1ffce3f4beb0f460e11ae8e4a1711be8ae0cbfe (diff) | |
download | ports-54cceb0cea951c94c5c68a320cb650c3c5b4b436.tar.gz ports-54cceb0cea951c94c5c68a320cb650c3c5b4b436.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/R-cran-ccgarch/Makefile | 22 | ||||
-rw-r--r-- | finance/R-cran-ccgarch/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-ccgarch/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 6aaeb7a25532..d3c7c74ff30b 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -4,6 +4,7 @@ COMMENT = Monetary, financial and related applications SUBDIR += R-cran-RFinanceYJ + SUBDIR += R-cran-ccgarch SUBDIR += R-cran-gmm SUBDIR += R-cran-lmtest SUBDIR += R-cran-plm diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile new file mode 100644 index 000000000000..2c1c52a3f7bc --- /dev/null +++ b/finance/R-cran-ccgarch/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: R-cran-ccgarch +# Date created: 2011-09-23 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ccgarch +PORTVERSION= 0.2.0 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Conditional Correlation GARCH models + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/finance/R-cran-ccgarch/distinfo b/finance/R-cran-ccgarch/distinfo new file mode 100644 index 000000000000..3753307ec38a --- /dev/null +++ b/finance/R-cran-ccgarch/distinfo @@ -0,0 +1,2 @@ +SHA256 (ccgarch_0.2.0.tar.gz) = 304cf77b9ccfc9305a206fb321a567ea37728a7057111e0a6ed6025be05b9d70 +SIZE (ccgarch_0.2.0.tar.gz) = 26842 diff --git a/finance/R-cran-ccgarch/pkg-descr b/finance/R-cran-ccgarch/pkg-descr new file mode 100644 index 000000000000..f1a6b88c156d --- /dev/null +++ b/finance/R-cran-ccgarch/pkg-descr @@ -0,0 +1,4 @@ +Functions for estimating and simulating the family of the CC-GARCH +models. + +WWW: http://cran.r-project.org/web/packages/ccgarch/ |