R Under development (unstable) (2024-05-14 r86553 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(hmer) > > test_check("hmer") nS nI nR nS nI nR [ FAIL 0 | WARN 3 | SKIP 25 | PASS 391 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-custom_functionality.R:16:3', 'test-em_building.R:191:3', 'test-em_building.R:211:3', 'test-implausibility.R:207:3', 'test-plotting.R:4:3', 'test-plotting.R:17:3', 'test-plotting.R:34:3', 'test-plotting.R:55:3', 'test-plotting.R:66:3', 'test-plotting.R:81:3', 'test-plotting.R:106:3', 'test-plotting.R:128:3', 'test-plotting.R:151:3', 'test-plotting.R:183:3', 'test-plotting.R:208:3', 'test-plotting.R:219:3', 'test-plotting.R:259:3', 'test-plotting.R:278:3', 'test-plotting.R:300:3', 'test-point_gen.R:5:3', 'test-point_gen.R:75:3', 'test-point_gen.R:99:3', 'test-point_gen.R:109:3', 'test-validation_diag.R:150:3', 'test-variance_ems.R:189:3' [ FAIL 0 | WARN 3 | SKIP 25 | PASS 391 ] > > proc.time() user system elapsed 123.62 3.67 127.29