- using R Under development (unstable) (2026-03-18 r89649)
- using platform: x86_64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
- running under: macOS Ventura 13.3.1
- using session charset: UTF-8
* current time: 2026-04-01 21:06:50 UTC
- checking for file ‘heplots/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘heplots’ version ‘1.8.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... INFO
Packages suggested but not available for checking: 'candisc', 'mvinfluence'
- 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 ‘heplots’ can be installed ... [7s/13s] OK
See the install log for details.
- 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 ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] 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 ... [8s/9s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... INFO
Package unavailable to check Rd xrefs: ‘candisc’
- 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 sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [11s/13s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [17s/19s] 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
- checking PDF version of manual ... [11s/15s] OK
- DONE
Status: 2 ERRORs
- using check arguments '--no-clean-on-error '