Last updated on 2025-09-17 09:50:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 5.68 | 35.61 | 41.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 3.86 | 26.83 | 30.69 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 61.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 56.61 | OK | |||
r-devel-windows-x86_64 | 1.2.0 | 7.00 | 62.00 | 69.00 | OK | |
r-patched-linux-x86_64 | 1.2.0 | 5.62 | 32.65 | 38.27 | OK | |
r-release-linux-x86_64 | 1.2.0 | 5.44 | 32.94 | 38.38 | OK | |
r-release-macos-arm64 | 1.2.0 | 28.00 | OK | |||
r-release-macos-x86_64 | 1.2.0 | 42.00 | OK | |||
r-release-windows-x86_64 | 1.2.0 | 7.00 | 52.00 | 59.00 | OK | |
r-oldrel-macos-arm64 | 1.2.0 | 23.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.0 | 32.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.0 | 9.00 | 59.00 | 68.00 | OK |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘materialmodifier-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: im_load
> ### Title: Load image from file or URL
> ### Aliases: im_load
>
> ### ** Examples
>
> ## Not run:
> ##D # load an image from disk
> ##D im = im_load("path/to/your/image.jpg")
> ##D plot(im)
> ## End(Not run)
> # load an image from URL
> im = im_load("http://placehold.jp/150x150.png")
trying URL 'http://placehold.jp/150x150.png'
Warning in download.file(url, method = method, ...) :
URL 'http://placehold.jp/150x150.png': Timeout of 60 seconds was reached
Error in download.file(url, method = method, ...) :
cannot open URL 'http://placehold.jp/150x150.png'
Calls: im_load -> <Anonymous> -> download.file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc