R Under development (unstable) (2025-12-14 r89168 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. > # This file is part of the standard testthat setup for R packages. > # It runs all tests in the tests/testthat/ directory. > > library(testthat) > library(tinyshinyserver) > > test_check("tinyshinyserver") ERROR [2025-12-15 23:40:58] add_ws_connection called with NULL session_id or connection_info ERROR [2025-12-15 23:40:58] add_ws_connection called with NULL session_id or connection_info ERROR [2025-12-15 23:40:58] remove_ws_connection called with NULL session_id ERROR [2025-12-15 23:40:58] Connection count INCONSISTENCY for app1: cached=999, actual=2, diff=997 INFO [2025-12-15 23:40:58] Fixed connection count for app1: 999 -> 2 ERROR [2025-12-15 23:40:58] Error generating landing page: Template error [ FAIL 0 | WARN 1 | SKIP 1 | PASS 418 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-utils.R:141:3' [ FAIL 0 | WARN 1 | SKIP 1 | PASS 418 ] > > proc.time() user system elapsed 2.79 0.78 4.79