R Under development (unstable) (2024-11-06 r87293 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(vglmer) > > test_check("vglmer") ..............................................................[1] "2 for tests because CRAN" ..............................[1] "2 for tests because CRAN" ......................[ FAIL 0 | WARN 4 | SKIP 12 | PASS 145 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-match_glmer.R:20:3', 'test-match_glmer.R:58:3', 'test-match_glmer.R:161:3', 'test-predict.R:216:3', 'test-predict.R:254:3', 'test-splines.R:29:3', 'test-splines.R:272:3', 'test-update_method.R:20:3', 'test-update_method.R:69:3', 'test-update_method.R:138:3', 'test-update_method.R:187:3' • empty test (1): 'test-splines.R:382:1' [ FAIL 0 | WARN 4 | SKIP 12 | PASS 145 ] > > proc.time() user system elapsed 40.56 0.56 41.12