R Under development (unstable) (2023-10-24 r85407 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(lavacreg) This is lavacreg 0.2-1 lavacreg is BETA software! Please report any bugs. > > test_check("lavacreg") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 0 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • Not finished (2): 'test-countreg.R:2178:3', 'test_interactions.r:5:5' • On CRAN (18): 'test-countreg.R:5:3', 'test-countreg.R:52:3', 'test-countreg.R:107:3', 'test-countreg.R:154:3', 'test-countreg.R:209:3', 'test-countreg.R:280:3', 'test-countreg.R:359:3', 'test-countreg.R:468:3', 'test-countreg.R:585:3', 'test-countreg.R:705:3', 'test-countreg.R:834:3', 'test-countreg.R:976:3', 'test-countreg.R:1124:3', 'test-countreg.R:1291:3', 'test-countreg.R:1459:3', 'test-countreg.R:1634:3', 'test-countreg.R:1819:3', 'test-countreg.R:1997:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 0 ] > > proc.time() user system elapsed 1.42 0.28 1.65