Last updated on 2025-10-31 02:50:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 4.80 | 53.87 | 58.67 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.94 | 40.18 | 43.12 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 14.00 | 74.43 | 88.43 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 11.00 | 71.37 | 82.37 | NOTE | |
| r-devel-windows-x86_64 | 0.1.2 | 6.00 | 62.00 | 68.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.2 | 4.40 | 50.16 | 54.56 | NOTE | |
| r-release-linux-x86_64 | 0.1.2 | 4.02 | 49.90 | 53.92 | NOTE | |
| r-release-macos-arm64 | 0.1.2 | 3.00 | 26.00 | 29.00 | NOTE | |
| r-release-macos-x86_64 | 0.1.2 | 4.00 | 42.00 | 46.00 | NOTE | |
| r-release-windows-x86_64 | 0.1.2 | 8.00 | 69.00 | 77.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.2 | 2.00 | 24.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.2 | 4.00 | 40.00 | 44.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 9.00 | 79.00 | 88.00 | ERROR | 
Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
    Missing dependency on R >= 4.2.0 because package code uses the pipe
    placeholder syntax added in R 4.2.0.
    File(s) using such syntax:
      ‘helpers.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.1.2
Check: examples
Result: ERROR
  Running examples in 'crumble-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: crumble_control
  > ### Title: Crumble control parameters
  > ### Aliases: crumble_control
  > 
  > ### ** Examples
  > 
  > if (torch::torch_is_installed()) crumble_control(crossfit_folds = 5)
  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 cpp_torch_device(type, index) : 
    Lantern is not loaded. Please use `install_torch()` to install additional dependencies.
  Calls: crumble_control ... <Anonymous> -> <Anonymous> -> <Anonymous> -> cpp_torch_device
  Execution halted
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64