CRAN Package Check Results for Package tsbox

Last updated on 2024-08-24 16:49:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 5.50 112.58 118.08 OK
r-devel-linux-x86_64-debian-gcc 0.4.1 4.92 132.68 137.60 OK
r-devel-linux-x86_64-fedora-clang 0.4.1 256.34 OK
r-devel-linux-x86_64-fedora-gcc 0.4.1 205.83 OK
r-devel-windows-x86_64 0.4.1 7.00 112.00 119.00 OK
r-patched-linux-x86_64 0.4.1 5.63 121.14 126.77 OK
r-release-linux-x86_64 0.4.1 5.21 119.28 124.49 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 7.00 111.00 118.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 8.00 128.00 136.00 OK

Check Details

Version: 0.4.1
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [31s] 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-readme.R:2: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-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