Last updated on 2025-08-30 01:49:50 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
hfhub | 13 | ||
safetensors | 2 | 11 | |
tfevents | 2 | 11 | |
tok | 3 | 7 | |
torchvision | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, OK: 11
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'safetensors-Ex.R' failed
The error most likely occurred in:
> ### Name: safe_load_file
> ### Title: Safe load a safetensors file
> ### Aliases: safe_load_file
>
> ### ** Examples
>
> if (rlang::is_installed("torch") && torch::torch_is_installed()) {
+ tensors <- list(x = torch::torch_randn(10, 10))
+ temp <- tempfile()
+ safe_save_file(tensors, temp)
+ safe_load_file(temp, framework = "torch")
+ }
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.0.4
Check: installed package size
Result: NOTE
installed size is 27.4Mb
sub-directories of 1Mb or more:
libs 27.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 3, OK: 7
Version: 0.1.4
Check: installed package size
Result: NOTE
installed size is 21.2Mb
sub-directories of 1Mb or more:
libs 20.4Mb
Flavor: r-oldrel-macos-arm64
Version: 0.2.0
Check: installed package size
Result: NOTE
installed size is 6.6Mb
sub-directories of 1Mb or more:
libs 5.9Mb
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 2, OK: 11
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)
+ }
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64