CRAN Package Check Results for Package multipanelfigure

Last updated on 2023-10-04 20:42:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.2 6.87 88.99 95.86 OK
r-devel-linux-x86_64-debian-gcc 2.1.2 5.90 64.55 70.45 OK
r-devel-linux-x86_64-fedora-clang 2.1.2 122.26 OK
r-devel-linux-x86_64-fedora-gcc 2.1.2 123.73 OK
r-devel-windows-x86_64 2.1.2 10.00 85.00 95.00 OK
r-patched-linux-x86_64 2.1.2 7.02 84.49 91.51 OK
r-release-linux-x86_64 2.1.2 6.81 84.04 90.85 OK
r-release-macos-arm64 2.1.2 49.00 OK
r-release-macos-x86_64 2.1.2 62.00 OK
r-release-windows-x86_64 2.1.2 12.00 103.00 115.00 OK
r-oldrel-macos-arm64 2.1.2 42.00 NOTE
r-oldrel-macos-x86_64 2.1.2 70.00 OK
r-oldrel-windows-x86_64 2.1.2 11.00 102.00 113.00 ERROR

Check Details

Version: 2.1.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘ComplexHeatmap’
Flavor: r-oldrel-macos-arm64

Version: 2.1.2
Check: Rd cross-references
Result: NOTE
    Package unavailable to check Rd xrefs: ‘ComplexHeatmap’
Flavor: r-oldrel-macos-arm64

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/RtmpozMiVj/magick-3j4GXMiWMqSIRcq-A3Udr-iXZiOJJyP6" --export-png="D:/temp/RtmpozMiVj/magick-9lTOri2r5LBMZDIP_qoEuDk2vLgOzu1S.png" --export-dpi="300" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpozMiVj/magick-B-q4JtXReghrk34OF5zNEvSvkEqktaYl" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
    Execution halted
Flavor: r-oldrel-windows-x86_64