CRAN Package Check Results for Package tsibble

Last updated on 2025-01-09 01:49:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.5 OK
r-devel-linux-x86_64-debian-gcc 1.1.5 8.19 90.24 98.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.5 233.44 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.5 247.44 ERROR
r-devel-windows-x86_64 1.1.5 13.00 154.00 167.00 ERROR
r-patched-linux-x86_64 1.1.5 11.99 121.46 133.45 OK
r-release-linux-x86_64 1.1.5 9.45 121.34 130.79 OK
r-release-macos-arm64 1.1.5 72.00 OK
r-release-macos-x86_64 1.1.5 184.00 OK
r-release-windows-x86_64 1.1.5 13.00 148.00 161.00 OK
r-oldrel-macos-arm64 1.1.5 86.00 OK
r-oldrel-macos-x86_64 1.1.5 148.00 OK
r-oldrel-windows-x86_64 1.1.5 16.00 190.00 206.00 OK

Check Details

Version: 1.1.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [24s/27s] 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) Registered S3 method overwritten by 'tsibble': method from as_tibble.grouped_df dplyr 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 2 | WARN 5 | SKIP 6 | PASS 740 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): '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', 'test-tsibble2ts.R:54:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tsibble.R:52:3'): Coerce to tbl_df and data.frame ──────────── as_tibble(tsbl) (`actual`) not identical to `dat_x` (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector ── Failure ('test-tsibble.R:53:3'): Coerce to tbl_df and data.frame ──────────── as.data.frame(tsbl) (`actual`) not identical to as.data.frame(dat_x) (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector [ FAIL 2 | WARN 5 | SKIP 6 | PASS 740 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.5
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [58s/78s] 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) Registered S3 method overwritten by 'tsibble': method from as_tibble.grouped_df dplyr 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 2 | WARN 11 | SKIP 6 | PASS 740 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): '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', 'test-tsibble2ts.R:54:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tsibble.R:52:3'): Coerce to tbl_df and data.frame ──────────── as_tibble(tsbl) (`actual`) not identical to `dat_x` (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector ── Failure ('test-tsibble.R:53:3'): Coerce to tbl_df and data.frame ──────────── as.data.frame(tsbl) (`actual`) not identical to as.data.frame(dat_x) (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector [ FAIL 2 | WARN 11 | SKIP 6 | PASS 740 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.5
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [61s/206s] 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) Registered S3 method overwritten by 'tsibble': method from as_tibble.grouped_df dplyr 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 2 | WARN 11 | SKIP 6 | PASS 740 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): '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', 'test-tsibble2ts.R:54:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tsibble.R:52:3'): Coerce to tbl_df and data.frame ──────────── as_tibble(tsbl) (`actual`) not identical to `dat_x` (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector ── Failure ('test-tsibble.R:53:3'): Coerce to tbl_df and data.frame ──────────── as.data.frame(tsbl) (`actual`) not identical to as.data.frame(dat_x) (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector [ FAIL 2 | WARN 11 | SKIP 6 | PASS 740 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.5
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [36s] 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) Registered S3 method overwritten by 'tsibble': method from as_tibble.grouped_df dplyr 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 2 | WARN 5 | SKIP 6 | PASS 740 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): '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', 'test-tsibble2ts.R:54:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tsibble.R:52:3'): Coerce to tbl_df and data.frame ──────────── as_tibble(tsbl) (`actual`) not identical to `dat_x` (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector ── Failure ('test-tsibble.R:53:3'): Coerce to tbl_df and data.frame ──────────── as.data.frame(tsbl) (`actual`) not identical to as.data.frame(dat_x) (`expected`). `actual$date_time` is an S3 object of class <POSIXct/POSIXt>, a double vector `expected$date_time` is an S3 object of class <POSIXct/POSIXt>, an integer vector [ FAIL 2 | WARN 5 | SKIP 6 | PASS 740 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64