Last updated on 2026-05-23 02:52:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0 | 9.06 | 77.09 | 86.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0 | 6.09 | 55.52 | 61.61 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.0 | 16.00 | 131.14 | 147.14 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.0 | 16.00 | 128.70 | 144.70 | OK | |
| r-devel-windows-x86_64 | 3.0 | 12.00 | 90.00 | 102.00 | OK | |
| r-patched-linux-x86_64 | 2.5 | 9.39 | 84.16 | 93.55 | OK | |
| r-release-linux-x86_64 | 2.5 | 8.83 | 83.65 | 92.48 | OK | |
| r-release-macos-arm64 | 3.0 | 2.00 | 20.00 | 22.00 | ERROR | |
| r-release-macos-x86_64 | 2.5 | 7.00 | 82.00 | 89.00 | OK | |
| r-release-windows-x86_64 | 3.0 | 11.00 | 91.00 | 102.00 | OK | |
| r-oldrel-macos-arm64 | 3.0 | 2.00 | 31.00 | 33.00 | ERROR | |
| r-oldrel-macos-x86_64 | 2.5 | 5.00 | 67.00 | 72.00 | OK | |
| r-oldrel-windows-x86_64 | 2.5 | 15.00 | 119.00 | 134.00 | OK |
Version: 3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lpdensity)
>
> test_check("lpdensity")
Saving _problems/test-numerical-baseline-66.R
Saving _problems/test-numerical-baseline-76.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-numerical-baseline.R:66:5'): broad lpbwdensity cases match numerical baselines ──
Expected `as.data.frame(observed)` to equal `case_expected`.
Differences:
actual vs expected
nh nhu
actual[1, ] 88 88
actual[2, ] 200 200
actual[3, ] 200 200
- actual[4, ] 199 199
+ expected[4, ] 200 200
actual[5, ] 74 74
`actual[[3]]`: 88.0 200.0 200.0 199.0 74.0
`expected[[3]]`: 88.0 200.0 200.0 200.0 74.0
`actual[[4]]`: 88.0 200.0 200.0 199.0 74.0
`expected[[4]]`: 88.0 200.0 200.0 200.0 74.0
bw_mse-dpi
Backtrace:
▆
1. └─lpdensity (local) expect_baseline_case(observed, expected, case_name, tolerance = 1e-06) at test-numerical-baseline.R:66:5
2. └─testthat::expect_equal(...) at test-numerical-baseline.R:17:3
── Failure ('test-numerical-baseline.R:76:5'): broad lpbwdensity cases match numerical baselines ──
Expected `as.data.frame(observed)` to equal `case_expected`.
Differences:
actual vs expected
nh nhu
actual[1, ] 60 60
actual[2, ] 200 200
actual[3, ] 200 200
- actual[4, ] 199 199
+ expected[4, ] 200 200
actual[5, ] 52 52
`actual[[3]]`: 60.0 200.0 200.0 199.0 52.0
`expected[[3]]`: 60.0 200.0 200.0 200.0 52.0
`actual[[4]]`: 60.0 200.0 200.0 199.0 52.0
`expected[[4]]`: 60.0 200.0 200.0 200.0 52.0
weighted_bw_mse-dpi
Backtrace:
▆
1. └─lpdensity (local) expect_baseline_case(observed, expected, case_name, tolerance = 1e-06) at test-numerical-baseline.R:76:5
2. └─testthat::expect_equal(...) at test-numerical-baseline.R:17:3
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 15 ]
Error:
! Test failures.
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64