- using R version 4.3.0 alpha (2023-03-31 r84137)
- using platform: x86_64-apple-darwin20 (64-bit)
- R was compiled by
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
GNU Fortran (GCC) 12.2.0
- running under: macOS Ventura 13.3
- using session charset: UTF-8
- checking for file ‘lmtest/DESCRIPTION’ ... OK
- this is package ‘lmtest’ version ‘0.9-40’
- checking package namespace information ... OK
- checking package dependencies ... NOTE
Packages suggested but not available for checking: 'car', 'dynlm', 'AER'
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘lmtest’ can be installed ... [4s/5s] OK
See the install log for details.
- used C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
- used Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
- used SDK: ‘MacOSX11.3.sdk’
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/5s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... NOTE
Package unavailable to check Rd xrefs: ‘car’
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking compiled code ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/2s] OK
- checking differences from ‘lmtest-Ex.Rout’ to ‘lmtest-Ex.Rout.save’ ... OK
59,60c59,68
< Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
< there is no package called 'dynlm'
---
> Wald test
>
> Model 1: chicken ~ L(chicken, 1) + L(chicken, 2) + L(chicken, 3)
> Model 2: chicken ~ L(chicken, 1) + L(chicken, 2) + L(chicken, 3) + L(egg,
> 1) + L(egg, 2) + L(egg, 3)
> Res.Df Df F Pr(>F)
> 1 47
> 2 44 3 5.405 0.002966 **
> ---
> Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
64a73,75
>
> detaching 'package:dynlm'
>
1731,1732c1742,1750
< Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
< there is no package called 'AER'
---
> PE test
>
> Model 1: m1 ~ tbill + gdp
> Model 2: log(m1) ~ log(tbill) + log(gdp)
> Estimate Std. Error t value Pr(>|t|)
> M1 + log(fit(M1))-fit(M2) -209.35 26.7580 -7.8240 2.9e-13 ***
> M2 + fit(M1)-exp(fit(M2)) 0.00 0.0003 -0.1603 0.8728
> ---
> Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
1736a1755,1758
>
> detaching 'package:AER', 'package:survival', 'package:sandwich',
> 'package:car', 'package:carData'
>
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in ‘inst/doc’ ... OK
- checking running R code from vignettes ... [1s/1s] OK
‘lmtest-intro.Rnw’... [1s/1s] OK
- checking re-building of vignette outputs ... [8s/11s] OK
- checking PDF version of manual ... [5s/6s] OK
- DONE
Status: 2 NOTEs
- using check arguments '--no-clean-on-error '