diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-21 15:26:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-21 15:26:08 +0000 |
commit | 3ae4e210db1b07c94f0ec862b78a28bbc5e9fc1a (patch) | |
tree | 273113d18e12570fc684e59ad95a996939744fba /math | |
parent | d7cb9aa16d16223484092d0c7cae8997e38fd288 (diff) | |
download | pkgsrc-3ae4e210db1b07c94f0ec862b78a28bbc5e9fc1a.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-lmtest/DESCR | 3 | ||||
-rw-r--r-- | math/R-lmtest/Makefile | 20 | ||||
-rw-r--r-- | math/R-lmtest/distinfo | 6 |
3 files changed, 29 insertions, 0 deletions
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 |