Last updated on 2025-04-02 09:03:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 13.37 | 1485.08 | 1498.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 9.41 | 2779.38 | 2788.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 1484.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 1621.13 | OK | |||
r-devel-macos-arm64 | 0.4.0 | 41.00 | ERROR | |||
r-devel-macos-x86_64 | 0.4.0 | 71.00 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 15.00 | 435.00 | 450.00 | OK | |
r-patched-linux-x86_64 | 0.4.0 | 12.68 | 1461.97 | 1474.65 | OK | |
r-release-linux-x86_64 | 0.4.0 | 12.79 | 1484.27 | 1497.06 | OK | |
r-release-macos-arm64 | 0.4.0 | 51.00 | OK | |||
r-release-macos-x86_64 | 0.4.0 | 91.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 15.00 | 431.00 | 446.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | 49.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.0 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 18.00 | 702.00 | 720.00 | OK |
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [277s/404s]
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")
+ }
Attaching package: 'purrr'
The following object is masked from 'package:testthat':
is_null
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 140 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): '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-overflow.R:12:2',
'test-schedulers.R:21:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-overflow.R:12:2'): NaN loss due to overflow ──────────────────
`{ ... }` did not generate warning
Backtrace:
▆
1. └─testthat::expect_snapshot_warning(...) at test-overflow.R:12:2
2. └─testthat:::expect_snapshot_condition(...)
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 140 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-arm64