R Under development (unstable) (2026-02-23 r89457 ucrt) -- "Unsuffered Consequences" 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. > pkg_name <- "teal.widgets" > library(pkg_name, character.only = TRUE) > if (!is.null(requireNamespace("testthat"))) { + library(testthat) + test_check(pkg_name) + } else { + message("Please install testthat to run tests") + } Loading required namespace: testthat Loading required package: shiny [ FAIL 0 | WARN 0 | SKIP 30 | PASS 258 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (3): 'test-optionalSliderInputValMinMax_ui.R:38:1', 'test-verbatim_popup_ui.R:153:1', 'test-white_small_well.R:7:1' • testing depth 3 is below current testing specification 5 (27): 'test-draggable_buckets.R:16:5', 'test-draggable_buckets.R:44:5', 'test-draggable_buckets.R:75: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:106:5', 'test-plot_with_settings_ui.R:128:5', 'test-plot_with_settings_ui.R:190:5', 'test-plot_with_settings_ui.R:231:5', 'test-plot_with_settings_ui.R:270:5', 'test-plot_with_settings_ui.R:314:5', 'test-plot_with_settings_ui.R:338:5', 'test-plot_with_settings_ui.R:359:3', 'test-plot_with_settings_ui.R:413:3', 'test-plot_with_settings_ui.R:436:3', 'test-plot_with_settings_ui.R:481:3', 'test-table_with_settings_ui.R:79:5', 'test-table_with_settings_ui.R:103:5', 'test-table_with_settings_ui.R:169:5', 'test-table_with_settings_ui.R:197:5', 'test-table_with_settings_ui.R:235:5', 'test-table_with_settings_ui.R:303:5', 'test-table_with_settings_ui.R:329:5', 'test-table_with_settings_ui.R:354:3', 'test-verbatim_popup_ui.R:33:5', 'test-verbatim_popup_ui.R:92:5' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 258 ] > > proc.time() user system elapsed 11.90 1.34 13.28