Last updated on 2025-08-23 07:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 9.55 | 102.90 | 112.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 6.11 | 76.90 | 83.01 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 185.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 174.31 | OK | |||
r-devel-windows-x86_64 | 0.7.0 | 11.00 | 121.00 | 132.00 | OK | |
r-patched-linux-x86_64 | 0.7.0 | 12.75 | 95.53 | 108.28 | OK | |
r-release-linux-x86_64 | 0.7.0 | 9.57 | 95.50 | 105.07 | OK | |
r-release-macos-arm64 | 0.7.0 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.7.0 | 74.00 | OK | |||
r-release-windows-x86_64 | 0.7.0 | 12.00 | 124.00 | 136.00 | OK | |
r-oldrel-macos-arm64 | 0.7.0 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.0 | 91.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.0 | 15.00 | 144.00 | 159.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-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.