Last updated on 2025-08-23 18:48:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 12.81 | 1494.24 | 1507.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 10.68 | 2980.89 | 2991.57 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 1687.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 1604.08 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 15.00 | 435.00 | 450.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 12.15 | 1448.95 | 1461.10 | OK | |
r-release-linux-x86_64 | 0.5.0 | 12.93 | 1489.68 | 1502.61 | OK | |
r-release-macos-arm64 | 0.5.0 | 273.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 603.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 16.00 | 455.00 | 471.00 | OK | |
r-oldrel-macos-arm64 | 0.5.0 | 379.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 855.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 21.00 | 152.00 | 173.00 | ERROR |
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in 'brulee-Ex.R' failed
The error most likely occurred in:
> ### Name: matrix_to_dataset
> ### Title: Convert data to torch format
> ### Aliases: matrix_to_dataset
>
> ### ** Examples
>
> if (torch::torch_is_installed()) {
+ matrix_to_dataset(as.matrix(mtcars[, -1]), mtcars$mpg)
+ }
Flavor: r-oldrel-windows-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(brulee)
> library(tibble)
>
> RNGkind("Mersenne-Twister")
>
> if (torch::torch_is_installed()) {
+ test_check("brulee")
+ }
Flavor: r-oldrel-windows-x86_64