R Under development (unstable) (2023-09-12 r85134 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ormPlot) > > > > test_check("ormPlot") [ FAIL 0 | WARN 3 | SKIP 19 | PASS 394 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-plot_lrm_predictWithCI.R:26:3', 'test-plot_lrm_predictWithCI.R:31:3', 'test-plot_lrm_predictWithCI.R:48:3', 'test-plot_lrm_predictWithCI.R:62:3', 'test-plot_lrm_predictWithCI.R:76:3', 'test-plot_oddstable.R:26:3', 'test-plot_oddstable.R:33:3', 'test-plot_oddstable.R:38:3', 'test-plot_oddstable.R:46:3', 'test-plot_orm_graph.R:20:3', 'test-plot_orm_graph.R:32:3', 'test-plot_orm_graph.R:38:3', 'test-plot_orm_graph.R:44:3', 'test-plot_orm_graph.R:50:3', 'test-plot_orm_predictWithCI.R:26:3', 'test-plot_orm_predictWithCI.R:31:3', 'test-plot_orm_predictWithCI.R:48:3', 'test-plot_orm_predictWithCI.R:62:3', 'test-plot_orm_predictWithCI.R:76:3' [ FAIL 0 | WARN 3 | SKIP 19 | PASS 394 ] > > proc.time() user system elapsed 17.82 1.12 18.95