Last updated on 2024-10-05 03:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 5.41 | 116.99 | 122.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 4.69 | 134.16 | 138.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 265.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 196.53 | OK | |||
r-devel-windows-x86_64 | 0.4.1 | 7.00 | 112.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 0.4.1 | 6.24 | 123.52 | 129.76 | OK | |
r-release-linux-x86_64 | 0.4.1 | 4.82 | 120.35 | 125.17 | OK | |
r-release-macos-arm64 | 0.4.1 | 48.00 | OK | |||
r-release-macos-x86_64 | 0.4.1 | 76.00 | OK | |||
r-release-windows-x86_64 | 0.4.1 | 8.00 | 112.00 | 120.00 | ERROR | |
r-oldrel-macos-arm64 | 0.4.1 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.1 | 158.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.1 | 6.00 | 131.00 | 137.00 | OK |
Version: 0.4.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [33s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(tsbox)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> test_check("tsbox")
Starting 2 test processes
[ FAIL 1 | WARN 1 | SKIP 17 | PASS 650 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• On CRAN (17): 'test-error_handling.R:237:3',
'test-nonstandard_cnames.R:20:3', 'test-nonstandard_cnames.R:58:3',
'test-object_conversion.R:6:3', 'test-object_conversion.R:47:3',
'test-object_conversion.R:83:3', 'test-object_conversion.R:114:3',
'test-object_conversion.R:151:3', 'test-readme.R:2:3', 'test-ts_.R:19:3',
'test-ts_first_of_period.R:1:1', 'test-ts_index.R:2:1',
'test-ts_frequency.R:28:3', 'test-ts_plot.R:2:3', 'test-ts_summary.R:7:3',
'test-tsibble.R:44:3', 'test-tzone.R:8:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-units.R:40:5'): tsbox works with units ─────────────────────────
Error: X-13 has returned a non-zero exist status, which means that the current spec file cannot be processed for an unknown reason.
Backtrace:
▆
1. ├─fl[[i]](x) at test-units.R:40:5
2. │ └─tsbox::ts_apply(x, ff, ...)
3. │ └─tsbox:::ts_apply_dts(ts_dts(x), fun, ...)
4. │ ├─x[, fun(.SD, ...), by = eval(.by)]
5. │ └─data.table:::`[.data.table`(x, , fun(.SD, ...), by = eval(.by))
6. └─tsbox (local) fun(.SD, ...)
7. └─(function(x, ...) seasonal::final(seasonal::seas(x, ...)))(...)
8. ├─seasonal::final(seasonal::seas(x, ...))
9. └─seasonal::seas(x, ...)
10. └─seasonal:::seas_list(...)
11. └─seasonal:::x13_run(file = iofile, out = out)
[ FAIL 1 | WARN 1 | SKIP 17 | PASS 650 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64