R Under development (unstable) (2025-08-24 r88696 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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) > test_check("imputeTS") Loading required package: imputeTS [ FAIL 0 | WARN 17 | SKIP 55 | PASS 490 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-ggplot_na_distribution.R:57:3', 'test-ggplot_na_distribution.R:115:3', 'test-ggplot_na_distribution.R:163:3', 'test-ggplot_na_distribution2.R:61:3', 'test-ggplot_na_distribution2.R:100:3', 'test-ggplot_na_distribution2.R:122:3', 'test-ggplot_na_gapsize.R:63:3', 'test-ggplot_na_gapsize.R:102:3', 'test-ggplot_na_gapsize.R:126:3', 'test-ggplot_na_gapsize2.R:83:3', 'test-ggplot_na_gapsize2.R:122:3', 'test-ggplot_na_gapsize2.R:146:3', 'test-ggplot_na_imputations.R:130:3', 'test-ggplot_na_imputations.R:188:3', 'test-input-na_advanced-tsObjects.R:5:3', 'test-input-na_advanced-tsObjects.R:27:3', 'test-input-na_advanced-tsObjects.R:51:3', 'test-input-na_advanced-tsObjects.R:74:3', 'test-input-na_advanced-tsObjects.R:100:3', 'test-input-na_advanced-tsObjects.R:127:3', 'test-input-na_advanced-tsObjects.R:149:3', 'test-input-na_advanced-tsObjects.R:180:3', 'test-input-na_advanced-tsObjects.R:203:3', 'test-input-na_advanced-tsObjects.R:228:3', 'test-input-na_advanced-tsObjects.R:251:3', 'test-input-na_advanced-tsObjects.R:268:3', 'test-input-na_advanced-tsObjects.R:284:3', 'test-input-na_advanced-tsObjects.R:301:3', 'test-input-na_advanced-tsObjects.R:319:3', 'test-na_interpolation.R:8:3', 'test-na_interpolation.R:22:3', 'test-na_interpolation.R:37:3', 'test-na_kalman.R:13:3', 'test-na_kalman.R:24:3', 'test-na_kalman.R:36:3', 'test-na_locf.R:8:3', 'test-na_locf.R:26:3', 'test-na_locf.R:45:3', 'test-na_ma.R:8:3', 'test-na_ma.R:24:3', 'test-na_ma.R:41:3', 'test-na_mean.R:8:3', 'test-na_mean.R:21:3', 'test-na_mean.R:35:3', 'test-na_replace.R:9:3', 'test-na_replace.R:21:3', 'test-na_replace.R:34:3', 'test-na_seadec.R:8:3', 'test-na_seadec.R:23:3', 'test-na_seadec.R:44:3', 'test-na_seadec.R:140:3', 'test-na_seasplit.R:8:3', 'test-na_seasplit.R:23:3', 'test-na_seasplit.R:39:3', 'test-na_seasplit.R:137:3' [ FAIL 0 | WARN 17 | SKIP 55 | PASS 490 ] > > proc.time() user system elapsed 27.40 1.62 29.01