Last updated on 2025-09-15 05:50:14 CEST.
Package | ERROR | OK |
---|---|---|
gsignal | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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