Last updated on 2026-04-25 13:50:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.8.1 | 10.77 | 176.07 | 186.84 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.8.1 | 7.43 | 130.74 | 138.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.8.1 | 15.00 | 247.74 | 262.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.8.1 | 16.00 | 250.96 | 266.96 | OK | |
| r-patched-linux-x86_64 | 1.8.1 | 12.45 | 158.49 | 170.94 | OK | |
| r-release-linux-x86_64 | 1.8.1 | 9.74 | 150.18 | 159.92 | OK | |
| r-release-macos-arm64 | 1.8.1 | 2.00 | 41.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 1.8.1 | 7.00 | 106.00 | 113.00 | ERROR | |
| r-release-windows-x86_64 | 1.8.1 | 13.00 | 192.00 | 205.00 | OK | |
| r-oldrel-macos-arm64 | 1.8.1 | 2.00 | 41.00 | 43.00 | OK | |
| r-oldrel-macos-x86_64 | 1.8.1 | 7.00 | 169.00 | 176.00 | OK | |
| r-oldrel-windows-x86_64 | 1.8.1 | 16.00 | 189.00 | 205.00 | OK |
Version: 1.8.1
Check: examples
Result: ERROR
Running examples in ‘heplots-Ex.R’ failed
The error most likely occurred in:
> ### Name: TIPI
> ### Title: Data on the Ten Item Personality Inventory
> ### Aliases: TIPI
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(TIPI)
> # fit an mlm
> tipi.mlm <- lm(cbind(Extraversion, Neuroticism, Conscientiousness, Agreeableness, Openness)
+ ~ engnat + gender + education, data = TIPI )
> car::Anova(tipi.mlm)
Type II MANOVA Tests: Pillai test statistic
Df test stat approx F num Df den Df Pr(>F)
engnat 1 0.025927 9.327 5 1752 8.817e-09 ***
gender 1 0.088275 33.926 5 1752 < 2.2e-16 ***
education 3 0.080337 9.653 15 5262 < 2.2e-16 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
>
> heplot(tipi.mlm, fill=TRUE, fill.alpha=0.1)
>
> pairs(tipi.mlm, fill=TRUE, fill.alpha=0.1)
>
> # candisc works best for factors with >2 levels
> library(candisc)
Error in library(candisc) : there is no package called ‘candisc’
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.8.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘HE_manova.Rmd’ using rmarkdown
Quitting from HE_manova.Rmd:47-55 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'candisc'
---
Backtrace:
▆
1. └─base::library(candisc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'HE_manova.Rmd' failed with diagnostics:
there is no package called 'candisc'
--- failed re-building ‘HE_manova.Rmd’
--- re-building ‘HE_mmra.Rmd’ using rmarkdown
Quitting from HE_mmra.Rmd:50-60 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'candisc'
---
Backtrace:
▆
1. └─base::library(candisc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'HE_mmra.Rmd' failed with diagnostics:
there is no package called 'candisc'
--- failed re-building ‘HE_mmra.Rmd’
--- re-building ‘Robust.Rmd’ using rmarkdown
Quitting from Robust.Rmd:55-61 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'candisc'
---
Backtrace:
▆
1. └─base::library(candisc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Robust.Rmd' failed with diagnostics:
there is no package called 'candisc'
--- failed re-building ‘Robust.Rmd’
--- re-building ‘datasets.Rmd’ using rmarkdown
Quitting from datasets.Rmd:37-45 [setup]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'candisc'
---
Backtrace:
▆
1. └─base::library(candisc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'datasets.Rmd' failed with diagnostics:
there is no package called 'candisc'
--- failed re-building ‘datasets.Rmd’
--- re-building ‘repeated-JSS.pdf.asis’ using asis
--- finished re-building ‘repeated-JSS.pdf.asis’
SUMMARY: processing the following files failed:
‘HE_manova.Rmd’ ‘HE_mmra.Rmd’ ‘Robust.Rmd’ ‘datasets.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64