diff options
author | tota <tota@FreeBSD.org> | 2012-02-06 20:20:30 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-06 20:20:30 +0800 |
commit | 4b35e6127f6c83966a7888b5606b50734339d837 (patch) | |
tree | 706d4f46350fed6e96b1abe238720cd84549e77c /finance | |
parent | 504d004c59f44f526f67693d7f3dd239cfbff589 (diff) | |
download | freebsd-ports-gnome-4b35e6127f6c83966a7888b5606b50734339d837.tar.gz freebsd-ports-gnome-4b35e6127f6c83966a7888b5606b50734339d837.tar.zst freebsd-ports-gnome-4b35e6127f6c83966a7888b5606b50734339d837.zip |
- Add a new port: finance/R-cran-vars
Estimation, lag selection, diagnostic testing, forecasting, causality
analysis, forecast error variance decomposition and impulse response
functions of VAR models and estimation of SVAR/SVEC models.
WWW: http://cran.r-project.org/web/packages/vars/
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/R-cran-vars/Makefile | 27 | ||||
-rw-r--r-- | finance/R-cran-vars/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-vars/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 4853164f3ce1..976ed34ce13e 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -8,6 +8,7 @@ SUBDIR += R-cran-plm SUBDIR += R-cran-strucchange SUBDIR += R-cran-urca + SUBDIR += R-cran-vars SUBDIR += aqbanking SUBDIR += aqmoney SUBDIR += beanie diff --git a/finance/R-cran-vars/Makefile b/finance/R-cran-vars/Makefile new file mode 100644 index 000000000000..3a73c8f67570 --- /dev/null +++ b/finance/R-cran-vars/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: R-cran-vars +# Date created: 2012-02-05 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= vars +DISTVERSION= 1.4-9 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= VAR Modelling + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-strucchange>0:${PORTSDIR}/finance/R-cran-strucchange \ + R-cran-urca>=1.1.6:${PORTSDIR}/finance/R-cran-urca \ + R-cran-lmtest>=0.9.26:${PORTSDIR}/finance/R-cran-lmtest \ + R-cran-sandwich>=2.2.4:${PORTSDIR}/math/R-cran-sandwich + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/finance/R-cran-vars/distinfo b/finance/R-cran-vars/distinfo new file mode 100644 index 000000000000..22b6ff667202 --- /dev/null +++ b/finance/R-cran-vars/distinfo @@ -0,0 +1,2 @@ +SHA256 (vars_1.4-9.tar.gz) = 05154761660922fd8d34ad618146fb599134201d2787ef588b2aef1ff6352201 +SIZE (vars_1.4-9.tar.gz) = 695065 diff --git a/finance/R-cran-vars/pkg-descr b/finance/R-cran-vars/pkg-descr new file mode 100644 index 000000000000..a6eaf2c0a4f4 --- /dev/null +++ b/finance/R-cran-vars/pkg-descr @@ -0,0 +1,5 @@ +Estimation, lag selection, diagnostic testing, forecasting, causality +analysis, forecast error variance decomposition and impulse response +functions of VAR models and estimation of SVAR/SVEC models. + +WWW: http://cran.r-project.org/web/packages/vars/ |