R Under development (unstable) (2024-01-24 r85824 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(lvmisc) > > test_check("lvmisc") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 240 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-percent_class.R:5:3', 'test-plot_bland_altman.R:38:3', 'test-plot_model.R:6:3', 'test-plots.R:26:3', 'test-plots.R:36:3', 'test-plots.R:46:3', 'test-plots.R:68:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 240 ] Deleting unused snapshots: • plot_bland_altman/bland-altman-plot-cv.svg • plot_bland_altman/bland-altman-plot-lm.svg • plot_bland_altman/bland-altman-plot-lmermod.svg • plot_model/plot-model-m1.svg • plot_model/plot-model-m2.svg • plots/histogram-fd.svg • plots/histogram-null.svg • plots/histogram-scott.svg • plots/histogram-sturges.svg • plots/line-plot.svg • plots/qq-plot.svg • plots/scatterplot.svg > > proc.time() user system elapsed 7.03 0.64 7.65