* using log directory 'd:/Rcompile/CRANpkg/local/4.7/R.devices.Rcheck' * using R Under development (unstable) (2026-04-27 r89967 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-04-28 19:44:25 UTC * checking for file 'R.devices/DESCRIPTION' ... OK * this is package 'R.devices' version '2.17.3' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'R.devices' can be installed ... OK * 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] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [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 ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 ... [3s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [23s] ERROR Running 'DevEvalFileProduct.R' [1s] Running 'DevEvalProduct.R' [1s] Running 'capabilitiesX11.R' [1s] Running 'capturePlot.R' [2s] Running 'dataURI.R' [1s] Running 'devAll.R' [1s] Running 'devDump.R' [1s] Running 'devEqualTypes.R' [1s] Running 'devEval,error.R' [2s] Running 'devEval.R' [4s] Running 'devIsInteractive.R' [1s] Running 'devIsOpen.R' [1s] Running 'devList.R' [1s] Running 'devListIndexOf.R' [1s] Running 'devNew.R' [1s] Running 'devOptions.R' [2s] Running 'devSet.R' [1s] Running 'devTypeName.R' [1s] Running 'favicon.R' [1s] Running 'toNNN.R' [1s] Running 'withPar.R' [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 ... [16s] OK * checking PDF version of manual ... [27s] OK * checking HTML version of manual ... [8s] OK * DONE Status: 1 ERROR