From 099dc71a54e3f1cab51eef8620c70282dfbb071d Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 7 Feb 2012 08:13:01 +0000 Subject: A collection of tests, data sets, and examples for diagnostic checking in linear regression models. Furthermore, some generic tools for inference in parametric models are provided. WWW: http://cran.r-project.org/web/packages/lmtest/ --- finance/Makefile | 1 + finance/R-cran-lmtest/Makefile | 25 +++++++++++++++++++++++++ finance/R-cran-lmtest/distinfo | 2 ++ finance/R-cran-lmtest/pkg-descr | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 finance/R-cran-lmtest/Makefile create mode 100644 finance/R-cran-lmtest/distinfo create mode 100644 finance/R-cran-lmtest/pkg-descr (limited to 'finance') diff --git a/finance/Makefile b/finance/Makefile index 4853164f3ce1..c3890fd4a6fb 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -5,6 +5,7 @@ SUBDIR += R-cran-RFinanceYJ SUBDIR += R-cran-gmm + SUBDIR += R-cran-lmtest SUBDIR += R-cran-plm SUBDIR += R-cran-strucchange SUBDIR += R-cran-urca diff --git a/finance/R-cran-lmtest/Makefile b/finance/R-cran-lmtest/Makefile new file mode 100644 index 000000000000..d11a2ebb7c85 --- /dev/null +++ b/finance/R-cran-lmtest/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: R-cran-lmtest +# Date created: 2012-02-07 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= lmtest +DISTVERSION= 0.9-29 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Testing Linear Regression Models + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-zoo>=0:${PORTSDIR}/math/R-cran-zoo \ + R-cran-strucchange>0:${PORTSDIR}/finance/R-cran-strucchange \ + R-cran-sandwich>=2.2.4:${PORTSDIR}/math/R-cran-sandwich + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include diff --git a/finance/R-cran-lmtest/distinfo b/finance/R-cran-lmtest/distinfo new file mode 100644 index 000000000000..6c4cb1071936 --- /dev/null +++ b/finance/R-cran-lmtest/distinfo @@ -0,0 +1,2 @@ +SHA256 (lmtest_0.9-29.tar.gz) = 925e1b9d56e25f6eb288624bd41be30d33f9e58c863a6ca5aa2ec8e372119c5f +SIZE (lmtest_0.9-29.tar.gz) = 268894 diff --git a/finance/R-cran-lmtest/pkg-descr b/finance/R-cran-lmtest/pkg-descr new file mode 100644 index 000000000000..d7904d0a7eca --- /dev/null +++ b/finance/R-cran-lmtest/pkg-descr @@ -0,0 +1,5 @@ +A collection of tests, data sets, and examples for diagnostic +checking in linear regression models. Furthermore, some generic +tools for inference in parametric models are provided. + +WWW: http://cran.r-project.org/web/packages/lmtest/ -- cgit