R Under development (unstable) (2025-07-28 r88462 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) > library(tseffects) > library(vdiffr) > > test_check("tseffects") [1] "l_1_y**2 * l_1_x + l_1_y**3 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x - l_1_y * l_1_x - l_1_y**2 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + l_1_y * l_1_x + l_1_y**2 * x + l_1_x + l_1_y * x + x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + l_1_y * l_1_x + l_1_y**2 * x + l_1_x + l_1_y * x + x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + 2 * l_1_y * l_1_x + 2 * l_1_y**2 * x + 3 * l_1_x + 3 * l_1_y * x + 4 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + l_1_y * l_1_x + l_1_y**2 * x + l_1_x + l_1_y * x + x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + 2 * l_1_y * l_1_x + 2 * l_1_y**2 * x + 3 * l_1_x + 3 * l_1_y * x + 4 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + l_1_y * l_1_x + l_1_y**2 * x + l_1_x + l_1_y * x + x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + 3 * l_1_y * l_1_x + 3 * l_1_y**2 * x + 6 * l_1_x + 6 * l_1_y * x + 10 * x " [1] "l_1_y**2 * l_1_x + l_1_y**3 * x + 2 * l_1_y * l_1_x + 2 * l_1_y**2 * x + 3 * l_1_x + 3 * l_1_y * x + 4 * x " l_1_y^2 l_1_x + l_1_y^3 x l_2_y^2 l_1_x l_y l_x + l_1_d_x l_y + l_y^2 d_x + 2 l_y d_x l_1_d_y + l_x l_1_d_y + l_1_d_x l_1_d_y + d_x l_1_d_y^2 + l_x + l_y d_x [ FAIL 0 | WARN 0 | SKIP 2 | PASS 167 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-ts.ci.adl.plot.R:1112:3', 'test-ts.ci.gecm.plot.R:1042:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 167 ] Deleting unused snapshots: • ts.ci.gecm.plot/q.svg > > proc.time() user system elapsed 6.54 0.51 7.04