R version 4.6.0 alpha (2026-04-03 r89785 ucrt) Copyright (C) 2026 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("lava") > suppressPackageStartupMessages(library("testthat")) > test_check("lava") Loading required package: lava Attaching package: 'lava' The following object is masked from 'package:testthat': compare [ FAIL 0 | WARN 0 | SKIP 15 | PASS 539 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-graphics.R:26:3', 'test-graphics.R:62:3', 'test-graphics.R:78:3', 'test-graphics.R:98:3', 'test-graphics.R:109:3', 'test-graphics.R:126:3', 'test-graphics.R:149:3', 'test-graphics.R:155:3', 'test-graphics.R:161:3', 'test-graphics.R:167:3', 'test-graphics.R:173:3', 'test-graphics.R:179:3', 'test-graphics.R:185:3', 'test-graphics.R:191:3' • empty test (1): [ FAIL 0 | WARN 0 | SKIP 15 | PASS 539 ] Deleting unused snapshots: 'graphics/forestplot1.svg', 'graphics/logo.svg', 'graphics/plot-estimate-1.svg', 'graphics/plotconf1.svg', 'graphics/plotconf2.svg', and 'graphics/spaghetti-1.svg' > > > proc.time() user system elapsed 33.98 1.37 35.29