R version 4.6.0 RC (2026-04-17 r89912 ucrt) -- "Because it was There" Copyright (C) 2026 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(tidyILD) > test_check("tidyILD") starting worker pid=29020 on localhost:11083 at 04:47:48.718 starting worker pid=63716 on localhost:11083 at 04:47:48.739 Loading required package: data.table Loading required package: data.table Attaching package: 'data.table' Attaching package: 'data.table' The following object is masked from 'package:base': %notin% The following object is masked from 'package:base': %notin% starting worker pid=23272 on localhost:11677 at 04:48:02.014 starting worker pid=94656 on localhost:11677 at 04:48:02.239 Loading required package: data.table Loading required package: data.table Attaching package: 'data.table' Attaching package: 'data.table' The following object is masked from 'package:base': %notin% The following object is masked from 'package:base': %notin% ILD provenance (tidyILD 0.4.0) 1. ild_prepare @ 2026-04-18T04:48:21 args: id, time, gap_threshold, duplicate_handling outputs: n_id, n_obs, spacing_class, source_was_tsibble, tsibble_interval_declared 2. ild_center @ 2026-04-18T04:48:21 args: vars, type, naming outputs: created [ FAIL 0 | WARN 140 | SKIP 20 | PASS 894 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • GR_KFAS_STATE_DIMENSION_HIGH_FOR_N requires m_state >= 2; v1 local_level is scalar state (1): 'test-kfas-extended.R:144:3' • On CRAN (16): 'test-contract-regression.R:64:3', 'test-heterogeneity-brms.R:3:3', 'test-ild-msm-recovery.R:39:3', 'test-ild_autoplot_bundle.R:65:3', 'test-ild_brms.R:3:3', 'test-ild_brms.R:26:3', 'test-ild_brms.R:49:3', 'test-ild_brms.R:68:3', 'test-ild_fit.R:3:3', 'test-ild_manifest.R:56:3', 'test-ild_power.R:2:3', 'test-ild_power.R:23:3', 'test-ild_power.R:39:3', 'test-ild_power.R:53:3', 'test-ild_power.R:90:3', 'test-ild_power.R:108:3' • ar1_state not implemented in ild_kfas(); see inst/dev/KFAS_V1_BACKEND.md (1): 'test-kfas-extended.R:127:3' • local_trend not implemented in ild_kfas(); see inst/dev/KFAS_V1_BACKEND.md (1): 'test-kfas-extended.R:118:3' • regression_local_level not implemented in ild_kfas(); see inst/dev/KFAS_V1_BACKEND.md (1): 'test-kfas-extended.R:136:3' [ FAIL 0 | WARN 140 | SKIP 20 | PASS 894 ] > > proc.time() user system elapsed 36.00 1.78 51.78