R Under development (unstable) (2025-03-08 r87910 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(equatiomatic) Attaching package: 'equatiomatic' The following object is masked from 'package:datasets': penguins > > test_check("equatiomatic") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 63 | PASS 23 ] ══ Skipped tests (63) ══════════════════════════════════════════════════════════ • On CRAN (63): 'test-clm.R:10:3', 'test-clm.R:37:3', 'test-clm.R:75:3', 'test-clm.R:99:3', 'test-clm.R:125:3', 'test-fontsize.R:3:3', 'test-fontsize.R:10:3', 'test-fontsize.R:22:3', 'test-forecast-arima.R:15:3', 'test-forecast-arima.R:41:3', 'test-glm.R:19:3', 'test-glm.R:96:3', 'test-glm.R:130:3', 'test-glm.R:153:3', 'test-glm.R:177:3', 'test-glm.R:195:3', 'test-glm.R:229:3', 'test-glm.R:271:3', 'test-lm.R:9:3', 'test-lm.R:17:3', 'test-lm.R:27:3', 'test-lm.R:50:3', 'test-lm.R:72:3', 'test-lm.R:87:3', 'test-lm.R:95:3', 'test-lm.R:105:3', 'test-lm.R:119:3', 'test-lm.R:129:3', 'test-lm.R:146:3', 'test-glmerMod.R:25:3', 'test-glmerMod.R:72:3', 'test-glmerMod.R:92:3', 'test-glmerMod.R:109:3', 'test-glmerMod.R:127:3', 'test-polr.R:9:3', 'test-polr.R:38:3', 'test-polr.R:75:3', 'test-polr.R:102:3', 'test-polr.R:125:3', 'test-se-subscripts.R:7:3', 'test-se-subscripts.R:36:3', 'test-se-subscripts.R:87:10', 'test-se-subscripts.R:135:3', 'test-se-subscripts.R:178:3', 'test-wrapping-formatting.R:5:3', 'test-wrapping-formatting.R:19:3', 'test-lmerMod.R:38:3', 'test-lmerMod.R:97:3', 'test-lmerMod.R:115:3', 'test-lmerMod.R:128:3', 'test-lmerMod.R:150:3', 'test-lmerMod.R:167:3', 'test-lmerMod.R:173:3', 'test-lmerMod.R:192:3', 'test-lmerMod.R:206:3', 'test-lmerMod.R:220:3', 'test-lmerMod.R:231:3', 'test-lmerMod.R:279:3', 'test-lmerMod.R:324:3', 'test-lmerMod.R:366:3', 'test-lmerMod.R:394:3', 'test-lmerMod.R:430:3', 'test-lmerMod.R:445:3' [ FAIL 0 | WARN 0 | SKIP 63 | PASS 23 ] > > proc.time() user system elapsed 4.57 0.65 55.04