CRAN Package Check Results for Package tsibble

Last updated on 2024-06-16 00:14:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 13.17 168.16 181.33 OK
r-devel-linux-x86_64-debian-gcc 1.1.4 10.37 141.92 152.29 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.4 145.79 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.4 233.24 OK
r-devel-windows-x86_64 1.1.4 12.00 147.00 159.00 OK
r-patched-linux-x86_64 1.1.4 16.44 163.84 180.28 OK
r-release-linux-x86_64 1.1.4 11.79 158.94 170.73 OK
r-release-macos-arm64 1.1.4 69.00 OK
r-release-macos-x86_64 1.1.4 131.00 OK
r-release-windows-x86_64 1.1.4 14.00 156.00 170.00 OK
r-oldrel-macos-arm64 1.1.4 73.00 OK
r-oldrel-macos-x86_64 1.1.4 139.00 OK
r-oldrel-windows-x86_64 1.1.4 18.00 180.00 198.00 OK

Check Details

Version: 1.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/1s] Running ‘testthat.R’ [52s/80s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(rlang) > library(tibble) > library(lubridate) Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > library(testthat) Attaching package: 'testthat' The following objects are masked from 'package:rlang': is_false, is_null, is_true > library(tsibble) Attaching package: 'tsibble' The following object is masked from 'package:lubridate': interval The following objects are masked from 'package:base': intersect, setdiff, union > > set.seed(2018) > test_check("tsibble") 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 Using `yw` as index variable. Using `date` as index variable. Using `datetime` as index variable. Using `datetime` as index variable. Using `index` as index variable. Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(year)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(year, grp)` Using `time` as index variable. Joining with `by = join_by(id, time)` Joining with `by = join_by(id, time)` Joining with `by = join_by(id, time)` Joining with `by = join_by(id, time)` Using `date` as index variable. Attaching package: 'tidyr' The following object is masked from 'package:testthat': matches Using `idx` as index variable. Using `date` as index variable. Using `time` as index variable. Using `date_time` as index variable. Using `Date Time` as index variable. Using `date_time` as index variable. Using `date_time` as index variable. Attaching package: 'hms' The following object is masked from 'package:lubridate': hms Using `date` as index variable. [ FAIL 1 | WARN 0 | SKIP 5 | PASS 742 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-filter-index.R:47:3', 'test-filter-index.R:78:3', 'test-tsibble.R:200:3', 'test-tsibble.R:218:3', 'test-tsibble.R:332:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tsibble2ts.R:61:3'): as.ts.tbl_ts() ────────────────────────── as.double(as.ts(y, frequency = freq)) (`actual`) not equal to as.double(x) (`expected`). actual | expected [1] 1772.8 - 1628.75 [1] [2] NA - 1613.63 [2] [3] NA - 1606.51 [3] [4] NA - 1621.04 [4] [5] NA - 1618.16 [5] [6] NA - 1610.61 [6] [7] NA - 1678.1 [7] [8] NA - 1688.5 [8] [9] NA - 1678.6 [9] [10] NA - 1684.1 [10] ... ... ... and 2425866 more ... [ FAIL 1 | WARN 0 | SKIP 5 | PASS 742 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [44s/46s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(rlang) > library(tibble) > library(lubridate) Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > library(testthat) Attaching package: 'testthat' The following objects are masked from 'package:rlang': is_false, is_null, is_true > library(tsibble) Attaching package: 'tsibble' The following object is masked from 'package:lubridate': interval The following objects are masked from 'package:base': intersect, setdiff, union > > set.seed(2018) > test_check("tsibble") 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 Using `yw` as index variable. Using `date` as index variable. Using `datetime` as index variable. Using `datetime` as index variable. Using `index` as index variable. Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(holiday, date)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(year)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(grp)` Joining with `by = join_by(year, grp)` Using `time` as index variable. Joining with `by = join_by(id, time)` Joining with `by = join_by(id, time)` Joining with `by = join_by(id, time)` Joining with `by = join_by(id, time)` Using `date` as index variable. Attaching package: 'tidyr' The following object is masked from 'package:testthat': matches Using `idx` as index variable. Using `date` as index variable. Using `time` as index variable. Using `date_time` as index variable. Using `Date Time` as index variable. Using `date_time` as index variable. Using `date_time` as index variable. Attaching package: 'hms' The following object is masked from 'package:lubridate': hms Using `date` as index variable. [ FAIL 1 | WARN 6 | SKIP 5 | PASS 742 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-filter-index.R:47:3', 'test-filter-index.R:78:3', 'test-tsibble.R:200:3', 'test-tsibble.R:218:3', 'test-tsibble.R:332:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tsibble2ts.R:61:3'): as.ts.tbl_ts() ────────────────────────── as.double(as.ts(y, frequency = freq)) (`actual`) not equal to as.double(x) (`expected`). actual | expected [1] 1772.8 - 1628.75 [1] [2] NA - 1613.63 [2] [3] NA - 1606.51 [3] [4] NA - 1621.04 [4] [5] NA - 1618.16 [5] [6] NA - 1610.61 [6] [7] NA - 1678.1 [7] [8] NA - 1688.5 [8] [9] NA - 1678.6 [9] [10] NA - 1684.1 [10] ... ... ... and 2425866 more ... [ FAIL 1 | WARN 6 | SKIP 5 | PASS 742 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang