Last updated on 2025-09-15 09:48:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3-7 | 39.04 | 143.77 | 182.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3-7 | 28.58 | 100.73 | 129.31 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3-7 | 289.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3-7 | 279.13 | OK | |||
r-devel-windows-x86_64 | 0.3-7 | 48.00 | 190.00 | 238.00 | OK | |
r-patched-linux-x86_64 | 0.3-7 | 41.90 | 136.74 | 178.64 | OK | |
r-release-linux-x86_64 | 0.3-7 | 41.18 | 140.20 | 181.38 | OK | |
r-release-macos-arm64 | 0.3-7 | 80.00 | OK | |||
r-release-macos-x86_64 | 0.3-7 | 169.00 | OK | |||
r-release-windows-x86_64 | 0.3-7 | 48.00 | 188.00 | 236.00 | OK | |
r-oldrel-macos-arm64 | 0.3-7 | 85.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3-7 | 165.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3-7 | 43.00 | 227.00 | 270.00 | OK |
Version: 0.3-7
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gsignal)
Attaching package: 'gsignal'
The following objects are masked from 'package:stats':
filter, gaussian, poly
>
> test_check("gsignal")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1951 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_Power_Spectrum_Analysis_Functions.R:145:3'): pow2db() tests are correct ──
Error in `pow2db(-1 + (0+0i))`: unimplemented complex function
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test_Power_Spectrum_Analysis_Functions.R:145:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─gsignal::pow2db(-1 + (0+0i))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1951 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc