CRAN Package Check Results for Package grImport2

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.2-0 7.01 71.40 78.41 OK
r-devel-linux-x86_64-debian-gcc 0.2-0 4.22 53.77 57.99 OK
r-devel-linux-x86_64-fedora-clang 0.2-0 93.88 OK
r-devel-linux-x86_64-fedora-gcc 0.2-0 85.37 OK
r-patched-linux-x86_64 0.2-0 5.97 67.50 73.47 OK
r-release-linux-x86_64 0.2-0 5.70 52.99 58.69 ERROR
r-release-macos-arm64 0.2-0 OK
r-release-macos-x86_64 0.2-0 OK
r-release-windows-x86_64 0.2-0 60.00 89.00 149.00 OK
r-oldrel-macos-arm64 0.2-0 OK
r-oldrel-macos-x86_64 0.2-0 OK
r-oldrel-windows-ix86+x86_64 0.2-0 12.00 79.00 91.00 OK

Check Details

Version: 0.2-0
Check: tests
Result: ERROR
     Running ‘test-clip.R’ [1s/2s]
     Running ‘test-paths.R’ [1s/1s]
     Running ‘test-raster.R’ [1s/1s]
     Running ‘test-rect.R’ [1s/1s]
     Running ‘test-symbol.R’ [1s/2s]
    Running the tests in ‘tests/test-clip.R’ failed.
    Complete output:
     > library(grid)
     > library(grImport2)
     > library(gridSVG)
    
     Attaching package: 'gridSVG'
    
     The following objects are masked from 'package:grid':
    
     linearGradient, pattern, radialGradient
    
     The following object is masked from 'package:grDevices':
    
     dev.off
    
     >
     > pic <- readPicture("test-clip-input.svg")
     >
     > gridsvg("test-noclip-output.svg", width = 6, height = 6, annotate=FALSE)
     > grid.picture(pic, expansion = 0)
     > dev.off()
     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: dev.off ... paste0 -> escapeSelector -> .handleSimpleError -> h
     Execution halted
    Running the tests in ‘tests/test-paths.R’ failed.
    Complete output:
     > library(grid)
     > library(grImport2)
     > library(gridSVG)
    
     Attaching package: 'gridSVG'
    
     The following objects are masked from 'package:grid':
    
     linearGradient, pattern, radialGradient
    
     The following object is masked from 'package:grDevices':
    
     dev.off
    
     >
     > pic <- readPicture("test-path-simple-input.svg")
     >
     > gridsvg("test-path-simple-output.svg", width = 6, height = 6, annotate = FALSE)
     > grid.picture(pic, expansion = 0)
     > dev.off()
     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: dev.off ... paste0 -> escapeSelector -> .handleSimpleError -> h
     Execution halted
    Running the tests in ‘tests/test-raster.R’ failed.
    Complete output:
     > library(grid)
     > library(grImport2)
     > library(gridSVG)
    
     Attaching package: 'gridSVG'
    
     The following objects are masked from 'package:grid':
    
     linearGradient, pattern, radialGradient
    
     The following object is masked from 'package:grDevices':
    
     dev.off
    
     >
     > pic <- readPicture("test-raster-input.svg")
     >
     > gridsvg("test-raster-output.svg", width = 6, height = 6, annotate = FALSE)
     > grid.picture(pic, expansion = 0)
     > dev.off()
     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: dev.off ... paste0 -> escapeSelector -> .handleSimpleError -> h
     Execution halted
    Running the tests in ‘tests/test-rect.R’ failed.
    Complete output:
     > library(grid)
     > library(grImport2)
     > library(gridSVG)
    
     Attaching package: 'gridSVG'
    
     The following objects are masked from 'package:grid':
    
     linearGradient, pattern, radialGradient
    
     The following object is masked from 'package:grDevices':
    
     dev.off
    
     >
     > pic <- readPicture("test-rect-input.svg")
     >
     > gridsvg("test-rect-output.svg", width = 6, height = 6, annotate = FALSE)
     > grid.picture(pic, expansion = 0)
     > dev.off()
     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: dev.off ... paste0 -> escapeSelector -> .handleSimpleError -> h
     Execution halted
    Running the tests in ‘tests/test-symbol.R’ failed.
    Complete output:
     > library(grid)
     > library(grImport2)
     > library(gridSVG)
    
     Attaching package: 'gridSVG'
    
     The following objects are masked from 'package:grid':
    
     linearGradient, pattern, radialGradient
    
     The following object is masked from 'package:grDevices':
    
     dev.off
    
     >
     > pic <- readPicture("test-symbol-input.svg")
     >
     > gridsvg("test-symbol-output.svg", width = 6, height = 6, annotate = FALSE)
     > grid.picture(pic, expansion = 0)
     > dev.off()
     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: dev.off ... paste0 -> escapeSelector -> .handleSimpleError -> h
     Execution halted
Flavor: r-release-linux-x86_64