The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package R.devices

Last updated on 2026-04-26 11:49:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.17.3 3.67 63.45 67.12 ERROR
r-devel-linux-x86_64-debian-gcc 2.17.3 3.20 49.80 53.00 ERROR
r-devel-linux-x86_64-fedora-clang 2.17.3 7.00 108.44 115.44 ERROR
r-devel-linux-x86_64-fedora-gcc 2.17.3 113.01 ERROR
r-patched-linux-x86_64 2.17.3 4.68 62.20 66.88 OK
r-release-linux-x86_64 2.17.3 4.03 61.16 65.19 OK
r-release-macos-arm64 2.17.3 1.00 28.00 29.00 OK
r-release-macos-x86_64 2.17.3 3.00 138.00 141.00 OK
r-release-windows-x86_64 2.17.3 6.00 109.00 115.00 OK
r-oldrel-macos-arm64 2.17.3 1.00 26.00 27.00 OK
r-oldrel-macos-x86_64 2.17.3 3.00 104.00 107.00 OK
r-oldrel-windows-x86_64 2.17.3 7.00 118.00 125.00 OK

Check Details

Version: 2.17.3
Check: tests
Result: 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 Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.17.3
Check: tests
Result: ERROR Running ‘DevEvalFileProduct.R’ [1s/1s] Running ‘DevEvalProduct.R’ [0s/1s] Running ‘capabilitiesX11.R’ [1s/1s] Running ‘capturePlot.R’ [1s/1s] Running ‘dataURI.R’ [0s/1s] Running ‘devAll.R’ [0s/1s] Running ‘devDump.R’ [0s/0s] Running ‘devEqualTypes.R’ [0s/1s] Running ‘devEval,error.R’ [1s/1s] Running ‘devEval.R’ [2s/4s] Running ‘devIsInteractive.R’ [0s/1s] Running ‘devIsOpen.R’ [0s/1s] Running ‘devList.R’ [0s/1s] Running ‘devListIndexOf.R’ [0s/1s] Running ‘devNew.R’ [1s/1s] Running ‘devOptions.R’ [1s/1s] Running ‘devSet.R’ [1s/1s] Running ‘devTypeName.R’ [0s/1s] Running ‘favicon.R’ [1s/1s] Running ‘toNNN.R’ [1s/1s] Running ‘withPar.R’ [0s/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 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.17.3
Check: tests
Result: ERROR Running ‘DevEvalFileProduct.R’ Running ‘DevEvalProduct.R’ Running ‘capabilitiesX11.R’ Running ‘capturePlot.R’ Running ‘dataURI.R’ Running ‘devAll.R’ Running ‘devDump.R’ Running ‘devEqualTypes.R’ Running ‘devEval,error.R’ Running ‘devEval.R’ Running ‘devIsInteractive.R’ Running ‘devIsOpen.R’ Running ‘devList.R’ Running ‘devListIndexOf.R’ Running ‘devNew.R’ Running ‘devOptions.R’ Running ‘devSet.R’ Running ‘devTypeName.R’ Running ‘favicon.R’ Running ‘toNNN.R’ Running ‘withPar.R’ 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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.