Last updated on 2025-09-13 00:51:18 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
car | 1 | 12 | |
carData | 13 | ||
effects | 1 | 12 | |
norm | 2 | 11 | |
polycor | 13 | ||
Rcmdr | 3 | 10 | |
RcmdrMisc | 13 | ||
RcmdrPlugin.survival | 2 | 11 | |
RcmdrPlugin.TeachingDemos | 2 | 11 |
Current CRAN status: ERROR: 1, OK: 12
Version: 3.1-3
Check: examples
Result: 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
Flavor: r-devel-windows-x86_64
Current CRAN status: NOTE: 13
Version: 3.0-5
Check: Rd files
Result: NOTE
checkRd: (-1) States.Rd:48: Escaped LaTeX specials: \$
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 4.2-4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'functions-supported-by-effects.Rnw' using knitr
Warning in eng_r(options) :
Failed to tidy R code in chunk 'unnamed-chunk-2'. Reason:
Error : The formatR package is required by the chunk option tidy = TRUE but not installed; tidy = TRUE will be ignored.
--- finished re-building 'functions-supported-by-effects.Rnw'
--- re-building 'partial-residuals.Rnw' using knitr
--- finished re-building 'partial-residuals.Rnw'
--- re-building 'predictor-effects-gallery.Rnw' using knitr
Quitting from predictor-effects-gallery.Rnw:964-970 [unnamed-chunk-14]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `ll()`:
! could not find function "ll"
---
Backtrace:
x
1. +-car::S(or1)
2. \-car:::S.polr(or1)
3. \-car:::fitstats(object)
4. +-stats::AIC(model)
5. \-stats:::AIC.default(model)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'predictor-effects-gallery.Rnw' failed with diagnostics:
could not find function "ll"
--- failed re-building 'predictor-effects-gallery.Rnw'
SUMMARY: processing the following file failed:
'predictor-effects-gallery.Rnw'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 1.0-11.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘John Fox <jfox@mcmaster.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Ported", "to", "R", "by", "Alvaro", "A.", "Novo.", "Original", "by", "Joseph", "L.", "Schafer"),
family = "<jls@stat.psu.edu>.",
role = "aut",
email = "jls@stat.psu.edu"),
person(given = "John",
family = "Fox",
role = "cre",
email = "jfox@mcmaster.ca"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 2.9-5
Check: installed package size
Result: NOTE
installed size is 9.6Mb
sub-directories of 1Mb or more:
R 2.0Mb
doc 4.5Mb
po 2.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 1.3-2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘John Fox <jfox@mcmaster.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "John",
family = "Fox",
role = c("aut", "cre"),
email = "jfox@mcmaster.ca")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 1.2-0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘John Fox <jfox@mcmaster.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "John",
family = "Fox",
role = c("aut", "cre"),
email = "jfox@mcmaster.ca")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc