R version 4.6.0 beta (2026-04-12 r89872 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) > library(shinyGovstyle) > > test_check("shinyGovstyle") [ FAIL 0 | WARN 27 | SKIP 14 | PASS 230 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-backlink_Input.R:5:1', 'test-contents_links.R:1:1', 'test-contents_links.R:7:1', 'test-contents_links.R:17:1', 'test-error_summary.R:1:1', 'test-example_app.R:3:3', 'test-external_link.R:9:1', 'test-external_link.R:46:1', 'test-external_link.R:55:1', 'test-file_Input.R:10:1', 'test-footer.R:19:1', 'test-govReactable.R:1:1', 'test-service_navigation.R:18:1', 'test-service_navigation.R:33:1' [ FAIL 0 | WARN 27 | SKIP 14 | PASS 230 ] > > proc.time() user system elapsed 6.29 1.17 7.46