R Under development (unstable) (2024-07-30 r86939 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(shiny) > > test_check("shiny") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 1597 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • .Platform$OS.type == "windows" is TRUE (1): 'test-busy-indication.R:51:3' • File system is not case-sensitive (1): 'test-app.R:36:5' • I'm not sure of a great way to test this without timers. (1): 'test-test-server.R:218:3' • Not testing in CI (1): 'test-devmode.R:17:3' • On CRAN (12): 'test-busy-indication.R:2:3', 'test-busy-indication.R:18:3', 'test-pkgdown.R:3:3', 'test-reactivity.r:147:3', 'test-reactivity.r:1239:3', 'test-reactivity.r:1318:3', 'test-stacks.R:127:3', 'test-tabPanel.R:54:3', 'test-tabPanel.R:68:3', 'test-tabPanel.R:75:3', 'test-tabPanel.R:90:3', 'test-utils.R:177:3' • On Windows (1): 'test-shinywrappers.R:36:3' • empty test (1): 'test-reactivity.r:1716:1' • shinytest2 cannot be loaded (1): 'test-test-shinyAppTemplate.R:2:1' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 1597 ] > > proc.time() user system elapsed 22.43 1.96 29.51