CRAN Package Check Results for Package brulee

Last updated on 2025-08-31 15:48:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 12.14 1516.29 1528.43 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 9.04 2967.57 2976.61 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 1455.02 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 1604.08 OK
r-devel-windows-x86_64 0.5.0 15.00 132.00 147.00 ERROR
r-patched-linux-x86_64 0.5.0 12.66 1427.50 1440.16 OK
r-release-linux-x86_64 0.5.0 12.93 1462.32 1475.25 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 151.00 172.00 ERROR

Check Details

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) + } Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.5.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [4s] 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-devel-windows-x86_64

Version: 0.5.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [6s] 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