- using R Under development (unstable) (2025-02-19 r87757)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (1+b1)
Debian flang-new version 19.1.7 (1+b1)
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘outlierensembles/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘outlierensembles’ version ‘0.1.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘DDoutlier’
- 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 serialization versions ... OK
- checking whether package ‘outlierensembles’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/1s] 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 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 ... [3s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [0s/0s] ERROR
Running examples in ‘outlierensembles-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: average_ensemble
> ### Title: Uses the mean as the ensemble score
> ### Aliases: average_ensemble
>
> ### ** Examples
>
> set.seed(123)
> X <- data.frame(x1 = rnorm(200), x2 = rnorm(200))
> X[199, ] <- c(4, 4)
> X[200, ] <- c(-3, 5)
> y1 <- DDoutlier::KNN_AGG(X)
Error in loadNamespace(x) : there is no package called ‘DDoutlier’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s/4s] ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘outlierensembles.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/outlierensembles.Rcheck/vign_test/outlierensembles/vignettes/outlierensembles_files/figure-html/dat-1.png
288x288 pixels, 8 bits/pixel, 256 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 14244 bytes
Input file size = 15114 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 13413
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 13413
Output IDAT size = 13413 bytes (831 bytes decrease)
Output file size = 13491 bytes (1623 bytes = 10.74% decrease)
Quitting from lines 51-63 [outliers1] (outlierensembles.Rmd)
Error: processing vignette 'outlierensembles.Rmd' failed with diagnostics:
there is no package called 'DDoutlier'
--- failed re-building ‘outlierensembles.Rmd’
SUMMARY: processing the following file failed:
‘outlierensembles.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [0s/0s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs