* using log directory 'd:/Rcompile/CRANpkg/local/4.5/tsibble.Rcheck' * using R Under development (unstable) (2024-06-17 r86768 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'tsibble/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'tsibble' version '1.1.4' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'tsibble' can be installed ... OK * checking installed package size ... OK * 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [2s] 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 ... [11s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 ... [1s] 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 ... [12s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [55s] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [54s] 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [14s] OK * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [8s] OK * DONE Status: 1 ERROR