R Under development (unstable) (2024-07-23 r86915 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("texreg") Version: 1.39.4 Date: 2024-07-23 Author: Philip Leifeld (University of Manchester) Consider submitting praise using the praise or praise_interactive functions. Please cite the JSS article in your publications -- see citation("texreg"). > > test_check("texreg") [ FAIL 0 | WARN 0 | SKIP 33 | PASS 212 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (32): 'test-extract.R:6:3', 'test-extract.R:28:3', 'test-extract.R:67:3', 'test-extract.R:90:3', 'test-extract.R:162:3', 'test-extract.R:193:3', 'test-extract.R:214:3', 'test-extract.R:239:3', 'test-extract.R:280:3', 'test-extract.R:305:3', 'test-extract.R:328:3', 'test-extract.R:367:3', 'test-extract.R:415:3', 'test-extract.R:441:3', 'test-extract.R:467:3', 'test-extract.R:501:3', 'test-extract.R:543:3', 'test-extract.R:591:3', 'test-extract.R:615:3', 'test-extract.R:651:3', 'test-extract.R:738:3', 'test-extract.R:761:3', 'test-extract.R:795:3', 'test-extract.R:824:3', 'test-extract.R:859:3', 'test-extract.R:926:3', 'test-extract.R:979:3', 'test-extract.R:1001:3', 'test-extract.R:1030:3', 'test-extract.R:1054:3', 'test-extract.R:1086:3', 'test-extract.R:1178:3' • biglm cannot be loaded (1): 'test-plotreg.R:39:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 212 ] > > proc.time() user system elapsed 4.57 0.43 5.01