R Under development (unstable) (2023-10-10 r85312 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(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("fabletools") Loading required package: fabletools [ FAIL 0 | WARN 4 | SKIP 1 | PASS 295 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-spelling.R:4:3' [ FAIL 0 | WARN 4 | SKIP 1 | PASS 295 ] Warning messages: 1: `flatten()` is deprecated as of rlang 1.1.0. ℹ Please use `purrr::list_flatten()` or `purrr::list_c()`. This warning is displayed once every 8 hours. 2: `squash()` is deprecated as of rlang 1.1.0. This warning is displayed once every 8 hours. > > proc.time() user system elapsed 29.09 1.15 30.25