- using R Under development (unstable) (2025-01-18 r87593)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
- running under: Fedora Linux 36 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘tsibble/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘tsibble’ version ‘1.1.5’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘tsibble’ can be installed ... [20s/46s] OK
See the install log for details.
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [30s/49s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [14s/17s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [55s/62s] ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [54s/61s]
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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [37s/64s] OK
- checking PDF version of manual ... [9s/21s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR