Last updated on 2025-11-24 00:48:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7.0 | 49.13 | 289.37 | 338.50 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.7.0 | 31.96 | 192.41 | 224.37 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.7.0 | 133.00 | 414.99 | 547.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.7.0 | 161.00 | 383.98 | 544.98 | OK | |
| r-devel-windows-x86_64 | 1.7.0 | 54.00 | 277.00 | 331.00 | OK | |
| r-patched-linux-x86_64 | 1.7.0 | 50.92 | 272.76 | 323.68 | OK | |
| r-release-linux-x86_64 | 1.7.0 | 42.38 | 275.91 | 318.29 | OK | |
| r-release-macos-arm64 | 1.7.0 | OK | ||||
| r-release-macos-x86_64 | 1.7.0 | 55.00 | 275.00 | 330.00 | OK | |
| r-release-windows-x86_64 | 1.7.0 | 54.00 | 274.00 | 328.00 | OK | |
| r-oldrel-macos-arm64 | 1.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.7.0 | 56.00 | 236.00 | 292.00 | OK | |
| r-oldrel-windows-x86_64 | 1.7.0 | 68.00 | 369.00 | 437.00 | OK |
Version: 1.7.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/44s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(funcharts)
Loading required package: robustbase
>
> test_check("funcharts")
Saving _problems/test_AMFCC-44.R
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 113 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_FRTM.R:1:1'
• empty test (2): ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_AMFCC.R:38:1'): (code run outside of `test_that()`) ────────────
Error in `bw.SJ(x, method = "ste")`: sample is too sparse to find TD
Backtrace:
▆
1. └─funcharts::AMFCC_PhaseI(...) at test_AMFCC.R:38:1
2. └─funcharts:::get_CL(p_value_com_cont_rr[[rr]], 1/alpha_diagn)
3. ├─spatstat.univar::quantile.density(...)
4. │ └─base::stopifnot(inherits(x, "density"))
5. ├─stats::density(p_values_combined[[ww]], bw = "SJ")
6. └─stats::density.default(p_values_combined[[ww]], bw = "SJ")
7. └─stats::bw.SJ(x, method = "ste")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 113 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc