R version 4.5.0 RC (2025-04-04 r88113 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(brulee) > library(tibble) > > RNGkind("Mersenne-Twister") > > if (torch::torch_is_installed()) { + test_check("brulee") + } OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null [ FAIL 0 | WARN 1 | SKIP 7 | PASS 138 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-checks.R:6:2', 'test-checks.R:23:2', 'test-class-weight.R:65:2', 'test-mlp-regression.R:112:2', 'test-mlp-regression.R:364:2', 'test-schedulers.R:21:2' • On Windows (1): 'test-logistic_reg-fit.R:120:2' [ FAIL 0 | WARN 1 | SKIP 7 | PASS 138 ] > > proc.time() user system elapsed 1829.01 198.23 318.28