R version 4.6.0 beta (2026-04-16 r89899 ucrt) -- "Because it was There" 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. > library(testthat) > > test_check("shiny.webawesome") Loading required package: shiny.webawesome [ FAIL 0 | WARN 0 | SKIP 25 | PASS 850 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-wa_carousel-browser.R:4:5', 'test-wa_checkbox-browser.R:4:5', 'test-wa_color_picker-browser.R:4:5', 'test-wa_command-browser.R:2:3', 'test-wa_command-browser.R:25:3', 'test-wa_command-browser.R:49:3', 'test-wa_command-browser.R:72:3', 'test-wa_details-browser.R:4:5', 'test-wa_dialog-browser.R:4:5', 'test-wa_drawer-browser.R:4:5', 'test-wa_dropdown-browser.R:4:5', 'test-wa_input-browser.R:4:5', 'test-wa_input-browser.R:52:5', 'test-wa_number_input-browser.R:4:5', 'test-wa_page-browser.R:2:3', 'test-wa_presentational-browser.R:4:5', 'test-wa_radio_group-browser.R:4:5', 'test-wa_rating-browser.R:4:5', 'test-wa_select-browser.R:4:5', 'test-wa_slider-browser.R:4:5', 'test-wa_switch-browser.R:4:5', 'test-wa_tab_group-browser.R:4:5', 'test-wa_textarea-browser.R:4:5', 'test-wa_textarea-browser.R:52:5', 'test-wa_tree-browser.R:4:5' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 850 ] > > proc.time() user system elapsed 8.09 1.51 9.59