CRAN Package Check Results for Package gridDebug

Last updated on 2022-04-24 03:52:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-1 5.74 62.58 68.32 OK
r-devel-linux-x86_64-debian-gcc 0.5-1 4.51 48.77 53.28 OK
r-devel-linux-x86_64-fedora-clang 0.5-1 87.11 OK
r-devel-linux-x86_64-fedora-gcc 0.5-1 72.30 OK
r-patched-linux-x86_64 0.5-1 5.24 61.22 66.46 OK
r-release-linux-x86_64 0.5-1 5.10 57.09 62.19 ERROR
r-release-macos-arm64 0.5-1 OK
r-release-macos-x86_64 0.5-1 OK
r-release-windows-x86_64 0.5-1 19.00 78.00 97.00 OK
r-oldrel-macos-arm64 0.5-1 OK
r-oldrel-macos-x86_64 0.5-1 OK
r-oldrel-windows-ix86+x86_64 0.5-1 12.00 70.00 82.00 OK

Check Details

Version: 0.5-1
Check: tests
Result: ERROR
     Running ‘test.R’ [2s/3s]
    Running the tests in ‘tests/test.R’ failed.
    Complete output:
     >
     > library(grid)
     > library(gridDebug)
     >
     > grid.newpage()
     > grid.rect()
     > gridTree(grid=TRUE,
     + grobNodeAttrs=list(shape="circle",
     + fillcolor="black", fontcolor="white"))
     >
     > grid.newpage()
     > grid.rect()
     > gridTreeTips(grid=TRUE,
     + grobNodeAttrs=list(shape="circle",
     + fillcolor="black", fontcolor="white"))
     Error in h(simpleError(msg, call)) :
     error in evaluating the argument 'group' in selecting a method for function 'devStartGroup': missing value where TRUE/FALSE needed
     Calls: gridTreeTips ... paste0 -> escapeSelector -> .handleSimpleError -> h
     In addition: Warning message:
     'gridToSVG' is deprecated. Use 'grid.export' in future.'
     Execution halted
Flavor: r-release-linux-x86_64