R Under development (unstable) (2024-09-10 r87115 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 11 | PASS 138 ]

══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (10): '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:22:3', 'test-splines.R:265:3', 'test-update_method.R:20:3',
  'test-update_method.R:65:3', 'test-update_method.R:114:3'
• empty test (1): 'test-splines.R:375:1'

[ FAIL 0 | WARN 4 | SKIP 11 | PASS 138 ]
> 
> proc.time()
   user  system elapsed 
  70.25    1.04   71.34