R Under development (unstable) (2025-05-11 r88197 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(HLMdiag) Attaching package: 'HLMdiag' The following object is masked from 'package:stats': covratio > library(lme4) Loading required package: Matrix > library(nlme) Attaching package: 'nlme' The following object is masked from 'package:lme4': lmList > > data(sleepstudy, package = 'lme4') > > sleepstudy2 <- sleepstudy > sleepstudy2[7,1] <- NA > sleepstudy2[2,2] <- NA > > > test_check("HLMdiag") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 424 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-hlm_influence.R:32:3', 'test-hlm_influence.R:56:3', 'test-hlm_resid.R:90:3', 'test-hlm_resid.R:111:3', 'test-influence_functions.R:158:3', 'test-influence_functions.R:172:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 424 ] > > proc.time() user system elapsed 55.82 3.28 59.12