R Under development (unstable) (2024-05-22 r86590 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(equatiomatic) > > 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-glm.R:15:3', 'test-glm.R:92:3', 'test-glm.R:126:3', 'test-glm.R:149:3', 'test-glm.R:173:3', 'test-glm.R:191:3', 'test-glm.R:225:3', 'test-glm.R:267:3', 'test-forecast-arima.R:15:3', 'test-forecast-arima.R:41:3', 'test-lm.R:8:3', 'test-lm.R:16:3', 'test-lm.R:26:3', 'test-lm.R:49:3', 'test-lm.R:71:3', 'test-lm.R:86:3', 'test-lm.R:94:3', 'test-lm.R:104:3', 'test-lm.R:118:3', 'test-lm.R:128:3', 'test-lm.R:145:3', 'test-glmerMod.R:25:3', 'test-glmerMod.R:70:3', 'test-glmerMod.R:90:3', 'test-glmerMod.R:107:3', 'test-glmerMod.R:125: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.23 0.48 56.53