R Under development (unstable) (2025-01-30 r87669 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. > pkg_name <- "teal.widgets" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) [ FAIL 0 | WARN 0 | SKIP 21 | PASS 206 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • testing depth 3 is below current testing specification 5 (21): 'test-plot_with_settings_ui.R:68:5', 'test-plot_with_settings_ui.R:91:5', 'test-plot_with_settings_ui.R:163:5', 'test-plot_with_settings_ui.R:227:5', 'test-plot_with_settings_ui.R:273:5', 'test-plot_with_settings_ui.R:321:5', 'test-plot_with_settings_ui.R:364:5', 'test-plot_with_settings_ui.R:385:5', 'test-plot_with_settings_ui.R:403:3', 'test-plot_with_settings_ui.R:448:3', 'test-plot_with_settings_ui.R:469:3', 'test-table_with_settings_ui.R:48:5', 'test-table_with_settings_ui.R:68:5', 'test-table_with_settings_ui.R:115:5', 'test-table_with_settings_ui.R:181:5', 'test-table_with_settings_ui.R:209:5', 'test-table_with_settings_ui.R:243:5', 'test-table_with_settings_ui.R:309:5', 'test-table_with_settings_ui.R:336:5', 'test-table_with_settings_ui.R:359:3', 'test-verbatim_popup_ui.R:33:5' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 206 ] > > proc.time() user system elapsed 21.67 1.32 23.42