R Under development (unstable) (2025-10-01 r88895 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 1 | PASS 166 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-GDTE.adl.plot.R:1112:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 166 ] Deleting unused snapshots: • GDTE.gecm.plot/one.svg • GDTE.gecm.plot/two.svg > > proc.time() user system elapsed 5.50 0.34 5.84