Welcome to ClientVPS Mirrors

CRAN Package Check Results for Package R.devices

CRAN Package Check Results for Package R.devices

Last updated on 2026-04-28 05:51:07 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.03 48.56 51.59 ERROR
r-devel-linux-x86_64-fedora-clang 2.17.3 109.46 ERROR
r-devel-linux-x86_64-fedora-gcc 2.17.3 113.01 ERROR
r-devel-windows-x86_64 2.17.3 7.00 130.00 137.00 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 27.00 28.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 120.00 126.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 8.00 117.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/0s] 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/3s] 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’ [0s/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

Version: 2.17.3
Check: tests
Result: 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' [5s] 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' [2s] 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 Flavor: r-devel-windows-x86_64

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.