Last updated on 2026-03-02 04:52:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.9.0 | 84.11 | 129.82 | 213.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.9.1 | 67.33 | 82.99 | 150.32 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.9.0 | 202.00 | 171.03 | 373.03 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.9.1 | 200.00 | 223.05 | 423.05 | OK | |
| r-devel-macos-arm64 | 2.9.1 | 27.00 | 45.00 | 72.00 | OK | |
| r-devel-windows-x86_64 | 2.9.0 | 135.00 | 473.00 | 608.00 | OK | |
| r-patched-linux-x86_64 | 2.9.0 | 77.10 | 118.41 | 195.51 | OK | |
| r-release-linux-x86_64 | 2.9.0 | 76.26 | 120.22 | 196.48 | OK | |
| r-release-macos-arm64 | 2.9.1 | 21.00 | 44.00 | 65.00 | OK | |
| r-release-macos-x86_64 | 2.9.1 | 70.00 | 317.00 | 387.00 | OK | |
| r-release-windows-x86_64 | 2.9.0 | 150.00 | 505.00 | 655.00 | OK | |
| r-oldrel-macos-arm64 | 2.9.1 | 21.00 | 66.00 | 87.00 | NOTE | |
| r-oldrel-macos-x86_64 | 2.9.1 | 73.00 | 415.00 | 488.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2.9.0 | 164.00 | 617.00 | 781.00 | NOTE |
Version: 2.9.1
Check: examples
Result: ERROR
Running examples in ‘magick-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: editing
> ### Title: Image Editing
> ### Aliases: editing image_read image_read_svg image_read_pdf
> ### image_read_video image_write image_convert image_data image_raster
> ### image_display image_browse image_strip image_blank image_destroy
> ### image_join image_attributes image_get_artifact demo_image
>
> ### ** Examples
>
> # Download image from the web
> frink <- image_read("https://jeroen.github.io/images/frink.png")
> worldcup_frink <- image_fill(frink, "orange", "+100+200", 20)
> image_write(worldcup_frink, "output.png")
>
> # extract raw bitmap array
> bitmap <- frink[[1]]
>
> # replace pixels with #FF69B4 ('hot pink') and convert back to image
> bitmap[,50:100, 50:100] <- as.raw(c(0xff, 0x69, 0xb4, 0xff))
> image_read(bitmap)
format width height colorspace matte filesize density
1 PNG 220 445 sRGB TRUE 0 +72x+72
>
> # Plot to graphics device via legacy raster format
> raster <- as.raster(frink)
> par(ask=FALSE)
> plot(raster)
>
> # Read bitmap arrays from other image packages
> download.file("https://jeroen.github.io/images/example.webp", "example.webp", mode = 'wb')
trying URL 'https://jeroen.github.io/images/example.webp'
Warning in download.file("https://jeroen.github.io/images/example.webp", :
cannot open URL 'https://jeroen.github.io/images/example.webp': HTTP status was '503 Service Unavailable'
Error in download.file("https://jeroen.github.io/images/example.webp", :
cannot open URL 'https://jeroen.github.io/images/example.webp'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.9.1
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
‘output.png’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.9.1
Check: installed package size
Result: NOTE
installed size is 60.6Mb
sub-directories of 1Mb or more:
doc 6.3Mb
libs 53.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.9.0
Check: installed package size
Result: NOTE
installed size is 67.5Mb
sub-directories of 1Mb or more:
doc 6.3Mb
libs 60.8Mb
Flavor: r-oldrel-windows-x86_64