From 3ae4e210db1b07c94f0ec862b78a28bbc5e9fc1a Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 21 Mar 2018 15:26:08 +0000 Subject: math/R-lmtest: Import version 0.9.35 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. --- math/R-lmtest/DESCR | 3 +++ math/R-lmtest/Makefile | 20 ++++++++++++++++++++ math/R-lmtest/distinfo | 6 ++++++ 3 files changed, 29 insertions(+) create mode 100644 math/R-lmtest/DESCR create mode 100644 math/R-lmtest/Makefile create mode 100644 math/R-lmtest/distinfo (limited to 'math') diff --git a/math/R-lmtest/DESCR b/math/R-lmtest/DESCR new file mode 100644 index 00000000000..95c5b3a6232 --- /dev/null +++ b/math/R-lmtest/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/math/R-lmtest/Makefile b/math/R-lmtest/Makefile new file mode 100644 index 00000000000..23dd411b420 --- /dev/null +++ b/math/R-lmtest/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2018/03/21 15:26:08 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/lmtest/ +COMMENT= Testing linear regression models +LICENSE= gnu-gpl-v2 + +R_PKGNAME= lmtest +R_PKGVER= 0.9-35 + +DEPENDS+= R-zoo-[0-9]*:../../math/R-zoo + +USE_LANGUAGES= c fortran + +BUILDLINK_ABI_DEPENDS.R+= R>=2.10.0 +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-lmtest/distinfo b/math/R-lmtest/distinfo new file mode 100644 index 00000000000..0ef0e9647e0 --- /dev/null +++ b/math/R-lmtest/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/21 15:26:08 minskim Exp $ + +SHA1 (R/lmtest_0.9-35.tar.gz) = a666ce0abb240596c1b7d847cb34e5de4190bf90 +RMD160 (R/lmtest_0.9-35.tar.gz) = d64b45eed6ec06a43cb6485427eb664ffe9f9179 +SHA512 (R/lmtest_0.9-35.tar.gz) = c9df54073865d24e46d6e8a46dbfbeeef1f76d2a1c9d5518c79bb2e5de727a84d3b8ddfe568f18cd8a5ed94a0a8f9a35adad2c6cdae1f3b5d78392a3bea80769 +Size (R/lmtest_0.9-35.tar.gz) = 183575 bytes -- cgit v1.2.3