CRAN Package Check Results for Package multipanelfigure

Last updated on 2023-10-01 23:03:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.2 7.46 89.55 97.01 OK
r-devel-linux-x86_64-debian-gcc 2.1.2 5.49 64.84 70.33 OK
r-devel-linux-x86_64-fedora-clang 2.1.2 122.26 OK
r-devel-linux-x86_64-fedora-gcc 2.1.2 134.57 OK
r-devel-windows-x86_64 2.1.2 9.00 86.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 10.00 104.00 114.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/RtmpWMtsnU/magick-v7EQZfVUZbFo0VO3Dud-OfkQ-imo6did" --export-png="D:/temp/RtmpWMtsnU/magick--gVInxdqZ-BDY_Z9gRA_n7J-DAV5dh0Q.png" --export-dpi="300" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1" > "D:/temp/RtmpWMtsnU/magick-Y9o9x6ZOUn0OeSyxwS8zgCB06a980zm9" 2>&1' (-1) @ error/delegate.c/ExternalDelegateCommand/514
    Execution halted
Flavor: r-oldrel-windows-x86_64