CRAN Package Check Results for Package tsibble

Last updated on 2024-06-27 01:55:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.4 11.60 143.02 154.62 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.4 267.04 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.4 165.26 ERROR
r-devel-windows-x86_64 1.1.4 13.00 169.00 182.00 ERROR
r-patched-linux-x86_64 1.1.4 14.43 162.35 176.78 OK
r-release-linux-x86_64 1.1.4 11.49 163.92 175.41 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 13.00 152.00 165.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 17.00 186.00 203.00 OK

Check Details

Version: 1.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [67s/81s] 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-clang

Version: 1.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/1s] Running ‘testthat.R’ [52s/85s] 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’ [87s/212s] 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

Version: 1.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [44s/44s] 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-gcc

Version: 1.1.4
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [55s] 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-windows-x86_64