- using R Under development (unstable) (2026-06-05 r90111)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-06 16:27:53 UTC
- checking for file ‘r6qualitytools/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘r6qualitytools’ version ‘1.0.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/2s] OK
- 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 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 ‘r6qualitytools’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [2s/2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/2s] OK
- checking loading without being on the library search path ... [2s/2s] 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 ... [25s/31s] OK
- checking Rd files ... [1s/1s] 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 examples ... [58s/71s] ERROR
Running examples in ‘r6qualitytools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: wirePlot
> ### Title: wirePlot: 3D Plot
> ### Aliases: wirePlot
>
> ### ** Examples
>
> # Example 1: Basic wireframe plot
> x <- seq(-10, 10, length = 30)
> y <- seq(-10, 10, length = 30)
> z <- outer(x, y, function(a, b) sin(sqrt(a^2 + b^2)))
> wirePlot(x, y, z, main = "3D Wireframe Plot", xlab = "X-Axis", ylab = "Y-Axis", zlab = "Z-Axis")
>
> fdo = rsmDesign(k = 3, blocks = 2)
> fdo$.response(data.frame(y = rnorm(fdo$nrow())))
>
> #I - display linear fit
> wirePlot(A,B,y, data = fdo, form = "linear")
>
> #II - display full fit (i.e. effect, interactions and quadratic effects
> wirePlot(A,B,y, data = fdo, form = "full")
>
> #III - display a fit specified before
> fdo$set.fits(fdo$lm(y ~ B + I(A^2)))
> wirePlot(A,B,y, data = fdo, form = "fit")
>
> #IV - display a fit given directly
> wirePlot(A,B,y, data = fdo, form = "y ~ A*B + I(A^2)")
>
> #V - display a fit using a different colorRamp
> wirePlot(A,B,y, data = fdo, form = "full", col = 2)
Warning in file.create(to[okay]) :
cannot create file 'lib/plotly-htmlwidgets-css-2.25.2/plotly-htmlwidgets.css', reason 'No space left on device'
Warning in dir.create(target_dir) :
cannot create dir 'lib/plotly-main-2.25.2', reason 'No space left on device'
Error in normalizePath(target_dir, "/", TRUE) :
path[1]="lib/plotly-main-2.25.2": No such file or directory
Calls: wirePlot ... lapply -> FUN -> copyDependencyToDir -> normalizePath
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
gageRR.c 7.592 0.032 9.339
Distr 6.485 0.188 7.849
pcr 5.358 0.004 7.371
- checking PDF version of manual ... [6s/8s] OK
- checking HTML version of manual ... [7s/10s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR