Last updated on 2025-11-03 09:49:58 CET.
| Package | ERROR | NOTE | OK | 
|---|---|---|---|
| hfhub | 13 | ||
| safetensors | 1 | 12 | |
| tfevents | 2 | 11 | |
| tok | 3 | 10 | |
| torchvision | 1 | 12 | 
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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")
  + }
Flavor: r-devel-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: 10
Version: 0.2.1
Check: installed package size
Result: NOTE
    installed size is  6.5Mb
    sub-directories of 1Mb or more:
      libs   5.7Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
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