Last updated on 2023-10-24 17:03:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.2 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 2.1.2 | 5.90 | 68.12 | 74.02 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.2 | 120.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.2 | 123.17 | 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.40 | 84.31 | 91.71 | OK | |
r-release-linux-x86_64 | 2.1.2 | 6.02 | 84.11 | 90.13 | 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 | 10.00 | 105.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 | 12.00 | 101.00 | 113.00 | ERROR |
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/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