R Under development (unstable) (2024-07-26 r86926 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(vdiffr) > library(interactions) > > test_check("interactions") `geom_smooth()` using formula = 'y ~ x' ✖ Detected factor predictor. ℹ Plotting with cat_plot() instead. ℹ See `?interactions::cat_plot()` for full details on how to specify models with categorical predictors. ℹ If you experience errors or unexpected results, try using cat_plot() directly. [ FAIL 0 | WARN 0 | SKIP 54 | PASS 53 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • On CRAN (51): 'test_cat_plot.R:20:3', 'test_cat_plot.R:25:3', 'test_cat_plot.R:30:3', 'test_cat_plot.R:36:3', 'test_cat_plot.R:41:3', 'test_cat_plot.R:47:3', 'test_cat_plot.R:53:3', 'test_cat_plot.R:59:3', 'test_cat_plot.R:66:3', 'test_cat_plot.R:73:3', 'test_cat_plot.R:78:3', 'test_cat_plot.R:84:3', 'test_cat_plot.R:90:3', 'test_cat_plot.R:97:3', 'test_cat_plot.R:104:3', 'test_cat_plot.R:125:3', 'test_cat_plot.R:139:3', 'test_cat_plot.R:147:3', 'test_cat_plot.R:169:3', 'test_cat_plot.R:175:3', 'test_cat_plot.R:181:3', 'test_cat_plot.R:188:3', 'test_cat_plot.R:193:3', 'test_cat_plot.R:199:3', 'test_cat_plot.R:205:3', 'test_cat_plot.R:212:3', 'test_cat_plot.R:219:3', 'test_cat_plot.R:224:3', 'test_cat_plot.R:230:3', 'test_cat_plot.R:236:3', 'test_cat_plot.R:243:3', 'test_cat_plot.R:250:3', 'test_cat_plot.R:255:3', 'test_cat_plot.R:261:3', 'test_cat_plot.R:266:3', 'test_cat_plot.R:271:3', 'test_cat_plot.R:277:3', 'test_cat_plot.R:283:3', 'test_interact_plot.R:35:3', 'test_interact_plot.R:52:3', 'test_interact_plot.R:58:3', 'test_interact_plot.R:71:3', 'test_interact_plot.R:76:3', 'test_interact_plot.R:81:3', 'test_interact_plot.R:91:3', 'test_interact_plot.R:126:3', 'test_interact_plot.R:133:3', 'test_interact_plot.R:145:3', 'test_interact_plot.R:166:3', 'test_interact_plot.R:191:3', 'test_interact_plot.R:198:3' • brms cannot be loaded (2): 'test_cat_plot.R:289:3', 'test_interact_plot.R:226:3' • rstanarm cannot be loaded (1): 'test_interact_plot.R:243:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 53 ] Deleting unused snapshots: • cat_plot/pcatbfit.svg • interact_plot/pbfcat.svg • interact_plot/pbfcont.svg • interact_plot/plm0.svg • interact_plot/plm1.svg • interact_plot/plme4.svg • interact_plot/plme4i.svg • interact_plot/plmlabelsc2.svg • interact_plot/plmlabelscpred-interact-plot-to-cat-plot.svg • interact_plot/plmlabelscpred.svg • interact_plot/plmlabelscs.svg • interact_plot/plmlinearchnp.svg • interact_plot/plmm.svg • interact_plot/plmruglb.svg • interact_plot/prsacont.svg • interact_plot/psvy1.svg > > proc.time() user system elapsed 64.15 1.57 65.73