- using R Under development (unstable) (2026-04-22 r89950)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.8 (3+b1)
Debian flang version 21.1.8 (3+b1)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-04-23 18:07:12 UTC
- checking for file ‘R.devices/DESCRIPTION’ ... OK
- this is package ‘R.devices’ version ‘2.17.3’
- 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 ‘R.devices’ 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/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking whether startup messages can be suppressed ... [0s/1s] 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 ... [9s/10s] 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 sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [17s/26s] ERROR
Running ‘DevEvalFileProduct.R’ [1s/1s]
Running ‘DevEvalProduct.R’ [1s/1s]
Running ‘capabilitiesX11.R’ [1s/2s]
Running ‘capturePlot.R’ [1s/1s]
Running ‘dataURI.R’ [1s/1s]
Running ‘devAll.R’ [1s/1s]
Running ‘devDump.R’ [0s/1s]
Running ‘devEqualTypes.R’ [1s/1s]
Running ‘devEval,error.R’ [1s/1s]
Running ‘devEval.R’ [2s/5s]
Running ‘devIsInteractive.R’ [1s/1s]
Running ‘devIsOpen.R’ [1s/1s]
Running ‘devList.R’ [1s/1s]
Running ‘devListIndexOf.R’ [1s/1s]
Running ‘devNew.R’ [1s/1s]
Running ‘devOptions.R’ [2s/2s]
Running ‘devSet.R’ [1s/1s]
Running ‘devTypeName.R’ [1s/1s]
Running ‘favicon.R’ [1s/1s]
Running ‘toNNN.R’ [1s/2s]
Running ‘withPar.R’ [1s/1s]
Running the tests in ‘tests/DevEvalProduct.R’ failed.
Complete output:
> view <- R.devices:::view
>
> message("*** DevEvalProduct ...")
*** DevEvalProduct ...
>
> message("*** DevEvalProduct - subsetting ...")
*** DevEvalProduct - subsetting ...
>
> p <- R.devices:::DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> library("R.devices")
R.devices v2.17.3 (2025-12-18 06:11:04 UTC) successfully loaded. See ?R.devices for help.
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> valueA <- p[["name"]]
> valueB <- p$name
> stopifnot(identical(valueB, valueA))
> value <- p[["non-existing-field"]]
> stopifnot(is.null(value))
Error: is.null(value) is not TRUE
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [4s/6s] OK
- checking PDF version of manual ... [7s/10s] OK
- checking HTML version of manual ... [3s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR