R Under development (unstable) (2024-10-21 r87258 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(tsbox) > library(dplyr) 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 > > test_check("tsbox") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 17 | PASS 652 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-error_handling.R:237:3', 'test-nonstandard_cnames.R:20:3', 'test-nonstandard_cnames.R:58:3', 'test-readme.R:2:3', 'test-object_conversion.R:6:3', 'test-object_conversion.R:47:3', 'test-object_conversion.R:83:3', 'test-object_conversion.R:114:3', 'test-object_conversion.R:151:3', 'test-ts_.R:19:3', 'test-ts_first_of_period.R:1:1', 'test-ts_index.R:2:1', 'test-ts_frequency.R:28:3', 'test-ts_plot.R:2:3', 'test-ts_summary.R:7:3', 'test-tsibble.R:44:3', 'test-tzone.R:8:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 652 ] > > proc.time() user system elapsed 2.70 0.37 21.12