* using log directory 'd:/Rcompile/CRANpkg/local/4.6/car.Rcheck' * using R Under development (unstable) (2025-09-03 r88788 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'car/DESCRIPTION' ... OK * this is package 'car' version '3.1-3' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'car' can be installed ... OK * 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... 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 ... [30s] OK * checking Rd files ... [3s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * 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 sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [3s] ERROR Running examples in 'car-Ex.R' failed The error most likely occurred in: > ### Name: S > ### Title: Modified Functions for Summarizing Linear, Generalized Linear, > ### and Some Other Models > ### Aliases: S Confint S.lm S.glm S.default S.multinom S.polr S.lme > ### S.lmerMod S.glmerMod S.data.frame print.S.lm print.S.glm > ### print.S.multinom print.S.polr print.S.lme print.S.lmerMod > ### print.S.glmerMod Confint.lm Confint.glm Confint.multinom Confint.polr > ### Confint.lme Confint.lmerMod Confint.glmerMod Confint.default > ### Keywords: models regression > > ### ** Examples > > mod.prestige <- lm(prestige ~ education + income + type, Prestige) > S(mod.prestige, vcov.=hccm) Call: lm(formula = prestige ~ education + income + type, data = Prestige) Standard errors computed by hccm Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.6229292 5.2381025 -0.119 0.905593 education 3.6731661 0.6982758 5.260 9.16e-07 *** income 0.0010132 0.0002672 3.793 0.000265 *** typeprof 6.0389707 3.7951209 1.591 0.114948 typewc -2.7372307 2.4384681 -1.123 0.264531 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard deviation: 7.095 on 93 degrees of freedom (4 observations deleted due to missingness) Multiple R-squared: 0.8349 F-statistic: 120.2 on 4 and 93 DF, p-value: < 2.2e-16 AIC BIC 669.02 684.52 > S(mod.prestige, brief=TRUE) Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.6229292 5.2275255 -0.119 0.905 education 3.6731661 0.6405016 5.735 1.21e-07 *** income 0.0010132 0.0002209 4.586 1.40e-05 *** typeprof 6.0389707 3.8668551 1.562 0.122 typewc -2.7372307 2.5139324 -1.089 0.279 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard deviation: 7.095 on 93 degrees of freedom (4 observations deleted due to missingness) Multiple R-squared: 0.8349 F-statistic: 117.5 on 4 and 93 DF, p-value: < 2.2e-16 AIC BIC 669.02 684.52 > Confint(mod.prestige, vcov.=hccm) Standard errors computed by hccm Estimate 2.5 % 97.5 % (Intercept) -0.622929165 -1.102476e+01 9.778904256 education 3.673166052 2.286529e+00 5.059803411 income 0.001013193 4.826801e-04 0.001543706 typeprof 6.038970651 -1.497387e+00 13.575328718 typewc -2.737230718 -7.579545e+00 2.105083723 > > # A logit model > mod.mroz <- glm(lfp ~ ., data=Mroz, family=binomial) > S(mod.mroz) Error in ll(object) : could not find function "ll" Calls: S -> S.glm -> fitstats -> AIC -> AIC.default Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [22s] OK * checking PDF version of manual ... [26s] OK * checking HTML version of manual ... [17s] OK * DONE Status: 1 ERROR