R Under development (unstable) (2025-08-18 r88641 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 26 | PASS 196 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • testing depth 3 is below current testing specification 5 (26): 'test-draggable_buckets.R:19:5', 'test-draggable_buckets.R:42:5', 'test-draggable_buckets.R:68:5', 'test-get_dt_rows_ui.R:48:5', 'test-optionalSelectInput_ui.R:95:5', 'test-optionalSliderInputValMinMax_ui.R:16:5', 'test-plot_with_settings_ui.R:109:5', 'test-plot_with_settings_ui.R:130:5', 'test-plot_with_settings_ui.R:191:5', 'test-plot_with_settings_ui.R:231:5', 'test-plot_with_settings_ui.R:269:5', 'test-plot_with_settings_ui.R:314:5', 'test-plot_with_settings_ui.R:336:5', 'test-plot_with_settings_ui.R:355:3', 'test-plot_with_settings_ui.R:408:3', 'test-plot_with_settings_ui.R:429:3', 'test-plot_with_settings_ui.R:473:3', 'test-table_with_settings_ui.R:71:5', 'test-table_with_settings_ui.R:93:5', 'test-table_with_settings_ui.R:157:5', 'test-table_with_settings_ui.R:184:5', 'test-table_with_settings_ui.R:220:5', 'test-table_with_settings_ui.R:286:5', 'test-table_with_settings_ui.R:310:5', 'test-table_with_settings_ui.R:333:3', 'test-verbatim_popup_ui.R:33:5' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 196 ] > > proc.time() user system elapsed 13.92 1.01 15.26