Last updated on 2025-10-30 01:50:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.47 | 31.59 | 34.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.79 | 25.11 | 26.90 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 50.15 | 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.46 | 29.13 | 31.59 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 2.49 | 29.09 | 31.58 | OK | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 18.00 | 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 | 5.00 | 48.00 | 53.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.0 | 1.00 | 23.00 | 24.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 2.00 | 43.00 | 45.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 3.00 | 52.00 | 55.00 | ERROR |
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
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")
+ }
Warning: Torch libraries are installed but loading them caused a segfault.
Please reinstall torch with `install_torch(reinstall = TRUE)`
You can disable this check by setting `TORCH_VERIFY_LOAD` to "FALSE"
! callr subprocess failed: could not start R, exited with non-zero status, has
crashed or was killed
Error in (function (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.