[R-pkg-devel] Attempted resurrection of archived package multipanelfigure - CRAN auto checking failure

Johannes Graumann non@en@e @end|ng |rom gr@um@nn@ch@|t@org
Sun Nov 26 09:30:37 CET 2023


Hello,

As `assertive.properties`, `assertive.strings` and `assertive.types`
have recently been archived so were my packages depending on them,
including `multipanelfigure`.

I have prepared a maintenance release that tackles the problem, but
gets stuck in the automated CRAN upload checks with (among fixable
things I understand)


```
* checking examples ... [13s/3s] NOTE
Examples with CPU (user + system) or elapsed time > 5s
        user system elapsed
images 7.745  0.451    0.53
Examples with CPU time > 2.5 times elapsed time
                    user system elapsed  ratio
images             7.745  0.451   0.530 15.464
multi_panel_figure 2.193  0.028   0.624  3.559
```

and

```
 Version: 2.1.2
Check: examples
Result: ERROR
    Running examples in 'multipanelfigure-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: images
    > ### Title: Images
    > ### Aliases: images rhino unicorn
    >
    > ### ** Examples
    >
    > figure <- multi_panel_figure(
    + width = c(60, 40, 40), height = c(40, 40, 40)
    + )
    > image_files <- system.file("extdata", package =
"multipanelfigure") %>%
    + dir(full.names = TRUE) %>%
    + setNames(basename(.))
    > figure %>%
    + fill_panel(image_files["farouq.tiff"]) %>%
    + fill_panel(image_files["unicorn.svg"], column = 2:3) %>%
    + fill_panel(image_files["rhino.jpg"], row = 2:3) %>%
    + fill_panel(image_files["Rlogo.png"], column = 2:3, row = 2:3)
    Setting row to 1
    Setting column to 1
    Warning in warn_about_file.access_under_windows() :
     This function depends on file.access, which can give unexpected
results under Windows.
    Setting row to 1
    Warning in warn_about_file.access_under_windows() :
     This function depends on file.access, which can give unexpected
results under Windows.
    Error: Rterm.exe: FailedToExecuteCommand `"inkscape"
"D:/temp/RtmpcT4q8r/magick-0pjdKGA38Vrmg26Rpy8FbMCLgqY8DdZL" --export-
png="D:/temp/RtmpcT4q8r/magick-Xb61MjOgNm6lBHYXVwvGxIHCLbghPNV5.png" --
export-dpi="300" --export-background="rgb(100%,100%,100%)" --export-
background-opacity="1" > "D:/temp/RtmpcT4q8r/magick-
cPFgzAdj7d3SLuAHnhzNhFqDYoUPr44g" 2>&1' (-1) @
error/delegate.c/ExternalDelegateCommand/514
    Execution halted
Flavor: r-oldrel-windows-x86_64
```

Please advise how to fix this.

Sincerely, Joh



More information about the R-package-devel mailing list