head 1.5; access; symbols pkgsrc-2026Q1:1.5.0.32 pkgsrc-2026Q1-base:1.5 pkgsrc-2025Q4:1.5.0.30 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.5.0.28 pkgsrc-2025Q3-base:1.5 pkgsrc-2025Q2:1.5.0.26 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.5.0.24 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.5.0.22 pkgsrc-2024Q4-base:1.5 pkgsrc-2024Q3:1.5.0.20 pkgsrc-2024Q3-base:1.5 pkgsrc-2024Q2:1.5.0.18 pkgsrc-2024Q2-base:1.5 pkgsrc-2024Q1:1.5.0.16 pkgsrc-2024Q1-base:1.5 pkgsrc-2023Q4:1.5.0.14 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.12 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.10 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.8 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.6 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.5.0.4 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.5.0.2 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.4.0.22 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.20 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.18 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.16 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.14 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.12 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.10 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.8 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.4 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.6 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.2 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2022.05.29.09.48.05; author wen; state Exp; branches; next 1.4; commitid 6GODNkW5rvtlZVFD; 1.4 date 2019.08.08.19.53.51; author brook; state Exp; branches; next 1.3; commitid K2VPfA0XCw7xfgyB; 1.3 date 2019.07.31.19.52.48; author brook; state Exp; branches; next 1.2; commitid LQdKxU6X6cOGxexB; 1.2 date 2018.07.28.14.40.49; author brook; state Exp; branches; next 1.1; commitid hIRYb3oU4xMfBULA; 1.1 date 2018.03.21.15.26.08; author minskim; state Exp; branches; next ; commitid 5o4imu3epK7L2lvA; desc @@ 1.5 log @Update to 0.9.40 Remove duplicate line Upstream changes: Changes in Version 0.9-40 * bptest() now optionally also accepts a "weights" argument and processes weighted "lm" objects correctly (suggested by Robert Gulotty). * The degrees of freedom (df) in the default coeftest() method can now also be a vector of the same length as the coefficients. Changes in Version 0.9-39 o Small improvements in handling of "df" attribute in coeftest() methods. o In case update() is called within the default waldtest() method, it tries harder to evaluate this in the calling environment (reported by Vincent Arel-Bundock). This is still not guaranteed to find the right data but should be more robust than the previous implementation. To avoid any such issues it is recommended to call waldtest(object1, object2) and fitted model objects (and not just update formulas). Changes in Version 0.9-38 o coeftest.default() now includes attributes for "nobs" and "logLik" provided that nobs() and logLik() extractors are available. This is in order to facilitate model summaries a la broom::glance for "coeftest" objects (suggested by Grant McDermott). The attributes can be extracted again from the coeftest object with nobs() and logLik(), respectively. o Optionally, the entire original model object x is saved as an attribute "object" in coeftest(x, save = TRUE). Like nobs/logLik above, this should also facilitate model summaries. o waldtest.default() is stricter about detecting non-nestedness of models, e.g., when under the alternative variables are added but the intercept dropped. o waldtest.lm() now uses . ~ 0 as the default reference model if waldtest(object) tests an object without intercept (suggested by Kevin Tappe). @ text @# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:51 brook Exp $ R_PKGNAME= lmtest R_PKGVER= 0.9-40 CATEGORIES= math MAINTAINER= minskim@@NetBSD.org COMMENT= Testing linear regression models LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-zoo>=1.8.6:../../math/R-zoo USE_LANGUAGES= c fortran .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.4 log @Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/07/31 19:52:48 brook Exp $ d4 1 a4 1 R_PKGVER= 0.9-37 a10 1 DEPENDS+= R-zoo>=1.8.3:../../math/R-zoo @ 1.3 log @R-lmtest: update to version 0.9.37. Update to the canonical form of an R package and fix the LICENSE field. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/07/28 14:40:49 brook Exp $ d3 3 a5 1 CATEGORIES= math R a7 1 HOMEPAGE= ${R_HOMEPAGE_BASE}/lmtest/ a10 3 R_PKGNAME= lmtest R_PKGVER= 0.9-37 @ 1.2 log @Remove MASTER_SITES= from individual R package Makefiles. Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/03/21 15:26:08 minskim Exp $ d3 1 a3 1 CATEGORIES= math d8 1 a8 1 LICENSE= gnu-gpl-v2 d11 1 a11 1 R_PKGVER= 0.9-35 d13 2 a14 1 DEPENDS+= R-zoo-[0-9]*:../../math/R-zoo a17 1 BUILDLINK_ABI_DEPENDS.R+= R>=2.10.0 @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD$ a3 1 MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @