CRAN Package Check Results for Package safetensors

Last updated on 2025-10-21 11:53:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 2.51 31.58 34.09 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.0 1.89 25.46 27.35 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 51.89 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 48.71 OK
r-devel-windows-x86_64 0.2.0 5.00 43.00 48.00 ERROR
r-patched-linux-x86_64 0.2.0 2.59 23.79 26.38 OK
r-release-linux-x86_64 0.2.0 2.28 29.13 31.41 OK
r-release-macos-arm64 0.2.0 19.00 OK
r-release-macos-x86_64 0.2.0 2.00 27.00 29.00 OK
r-release-windows-x86_64 0.2.0 3.00 45.00 48.00 ERROR
r-oldrel-macos-arm64 0.2.0 24.00 OK
r-oldrel-macos-x86_64 0.2.0 45.00 OK
r-oldrel-windows-x86_64 0.2.0 6.00 49.00 55.00 ERROR

Check Details

Version: 0.2.0
Check: HTML version of manual
Result: NOTE Found the following HTML validation problems: safetensors.html:127:1 (safetensors.Rd:80): Warning: <h5> anchor "Usage" already defined safetensors.html:143:1 (safetensors.Rd:90): Warning: <h5> anchor "Usage" already defined safetensors.html:149:1 (safetensors.Rd:94): Warning: <h5> anchor "Arguments" already defined safetensors.html:172:1 (safetensors.Rd:107): Warning: <h5> anchor "Usage" already defined safetensors.html:178:1 (safetensors.Rd:111): Warning: <h5> anchor "Arguments" already defined Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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-release-windows-x86_64, r-oldrel-windows-x86_64