R Under development (unstable) (2025-12-01 r89083 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) > 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 251 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (3): 'test-optionalSliderInputValMinMax_ui.R:37: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: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:110:5', 'test-plot_with_settings_ui.R:133:5', 'test-plot_with_settings_ui.R:196:5', 'test-plot_with_settings_ui.R:238:5', 'test-plot_with_settings_ui.R:278:5', 'test-plot_with_settings_ui.R:323:5', 'test-plot_with_settings_ui.R:348:5', 'test-plot_with_settings_ui.R:369:3', 'test-plot_with_settings_ui.R:424:3', 'test-plot_with_settings_ui.R:447:3', 'test-plot_with_settings_ui.R:493:3', 'test-table_with_settings_ui.R:72:5', 'test-table_with_settings_ui.R:96:5', 'test-table_with_settings_ui.R:162:5', 'test-table_with_settings_ui.R:191:5', 'test-table_with_settings_ui.R:230:5', 'test-table_with_settings_ui.R:298:5', 'test-table_with_settings_ui.R:324:5', 'test-table_with_settings_ui.R:348:3', 'test-verbatim_popup_ui.R:33:5', 'test-verbatim_popup_ui.R:92:5' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 251 ] > > proc.time() user system elapsed 16.20 1.60 18.28