Last updated on 2025-10-30 17:50:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 9.85 | 168.21 | 178.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 15.35 | 121.97 | 137.32 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 42.00 | 249.56 | 291.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 45.00 | 240.20 | 285.20 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 14.00 | 120.00 | 134.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0 | 12.93 | 160.43 | 173.36 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 8.81 | 160.08 | 168.89 | OK | |
| r-release-macos-arm64 | 0.7.0 | 4.00 | 32.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 8.00 | 66.00 | 74.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 11.00 | 153.00 | 164.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.7.0 | 4.00 | 36.00 | 40.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.0 | 15.00 | 76.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 16.00 | 187.00 | 203.00 | ERROR |
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in 'torchvision-Ex.R' failed
The error most likely occurred in:
> ### Name: draw_segmentation_masks
> ### Title: Draw segmentation masks
> ### Aliases: draw_segmentation_masks draw_segmentation_masks.default
> ### draw_segmentation_masks.torch_tensor
> ### draw_segmentation_masks.image_with_segmentation_mask
>
> ### ** Examples
>
> if (torch::torch_is_installed()) {
+ image_tensor <- torch::torch_randint(170, 250, size = c(3, 360, 360))$to(torch::torch_uint8())
+ mask <- torch::torch_tril(torch::torch_ones(c(360, 360)))$to(torch::torch_bool())
+ masked_image <- draw_segmentation_masks(image_tensor, mask, alpha = 0.2)
+ tensor_image_browse(masked_image)
+ }
Flavor: r-devel-windows-x86_64
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in 'torchvision-Ex.R' failed
The error most likely occurred in:
> ### Name: draw_segmentation_masks
> ### Title: Draw segmentation masks
> ### Aliases: draw_segmentation_masks draw_segmentation_masks.default
> ### draw_segmentation_masks.torch_tensor
> ### draw_segmentation_masks.image_with_segmentation_mask
>
> ### ** Examples
>
> if (torch::torch_is_installed()) {
+ image_tensor <- torch::torch_randint(170, 250, size = c(3, 360, 360))$to(torch::torch_uint8())
+ mask <- torch::torch_tril(torch::torch_ones(c(360, 360)))$to(torch::torch_bool())
+ masked_image <- draw_segmentation_masks(image_tensor, mask, alpha = 0.2)
+ tensor_image_browse(masked_image)
+ }
Error in (function (low, high, size, options) :
Lantern is not loaded. Please use `install_torch()` to install additional dependencies.
Calls: <Anonymous> ... call_c_function -> do_call -> do.call -> <Anonymous>
Execution halted
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.