R Under development (unstable) (2023-09-10 r85120 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(periscope) > > test_check("periscope") Loading required package: shiny Loading required package: shinydashboardPlus Attaching package: 'shinydashboardPlus' The following object is masked from 'package:graphics': box Loading required package: ggplot2 2023-09-12 01:15:58.338438 WARNING:actions:Application Reset requested by user. Resetting in 5 seconds. 77: shinyBS::createAlert 76: :: shiny observe 75: 73: contextFunc 72: env$runWith 65: ctx$run 64: run 45: flushCallback 44: FUN 43: lapply 42: ctx$executeFlushCallbacks 41: .getReactiveEnvironment()$flush 40: shiny:::flushReact 39: private$flush 38: session$setInputs 35: eval [test_downloadable_table.R#21] 34: eval 25: test_code 24: test_that 23: eval [test_downloadable_table.R#20] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check 2023-09-12 01:15:58.381617 INFO:actions:Application Reset cancelled by user. 77: shinyBS::createAlert 76: :: shiny observe 75: 73: contextFunc 72: env$runWith 65: ctx$run 64: run 45: flushCallback 44: FUN 43: lapply 42: ctx$executeFlushCallbacks 41: .getReactiveEnvironment()$flush 40: shiny:::flushReact 39: private$flush 38: session$setInputs 35: eval [test_downloadable_table.R#21] 34: eval 25: test_code 24: test_that 23: eval [test_downloadable_table.R#20] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check 2023-09-12 01:15:58.406603 WARNING:actions:Application Reset 76: :: shiny observe 75: 73: contextFunc 72: env$runWith 65: ctx$run 64: run 45: flushCallback 44: FUN 43: lapply 42: ctx$executeFlushCallbacks 41: .getReactiveEnvironment()$flush 40: shiny:::flushReact 39: private$flush 38: session$setInputs 35: eval [test_downloadable_table.R#21] 34: eval 25: test_code 24: test_that 23: eval [test_downloadable_table.R#20] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check 76: :: shiny observe 75: 73: contextFunc 72: env$runWith 65: ctx$run 64: run 45: flushCallback 44: FUN 43: lapply 42: ctx$executeFlushCallbacks 41: .getReactiveEnvironment()$flush 40: shiny:::flushReact 39: private$flush 38: session$setInputs 35: eval [test_downloadable_table.R#40] 34: eval 25: test_code 24: test_that 23: eval [test_downloadable_table.R#39] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check 76: :: shiny observe 75: 73: contextFunc 72: env$runWith 65: ctx$run 64: run 45: flushCallback 44: FUN 43: lapply 42: ctx$executeFlushCallbacks 41: .getReactiveEnvironment()$flush 40: shiny:::flushReact 39: private$flush 38: session$setInputs 35: eval [test_downloadable_table.R#59] 34: eval 25: test_code 24: test_that 23: eval [test_downloadable_table.R#58] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check 76: :: shiny observe 75: 73: contextFunc 72: env$runWith 65: ctx$run 64: run 45: flushCallback 44: FUN 43: lapply 42: ctx$executeFlushCallbacks 41: .getReactiveEnvironment()$flush 40: shiny:::flushReact 39: private$flush 38: session$setInputs 35: eval [test_downloadable_table.R#97] 34: eval 25: test_code 24: test_that 23: eval [test_downloadable_table.R#96] 22: eval 13: test_code 12: source_file 11: FUN 10: lapply 4: test_files_serial 3: test_files 2: test_dir 1: test_check 2023-09-12 01:15:59.695911 DEBUG::log generated for testing 2023-09-12 01:15:59.695911 DEBUG::log generated for testing 2023-09-12 01:15:59.698116 INFO::log generated for testing 2023-09-12 01:15:59.698116 INFO::log generated for testing [ FAIL 0 | WARN 0 | SKIP 21 | PASS 459 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_app_reset.R:5:5', 'test_body_footer.R:14:5', 'test_download_file.R:31:5', 'test_download_file.R:38:5', 'test_downloadable_plot.R:5:5', 'test_downloadable_plot.R:20:5', 'test_downloadable_table.R:6:5', 'test_downloadable_table.R:146:5', 'test_downloadable_table.R:157:5', 'test_ui_functions.R:5:5', 'test_ui_functions.R:54:5', 'test_ui_functions.R:58:5', 'test_ui_functions.R:68:5', 'test_ui_functions.R:82:5', 'test_ui_functions.R:110:5', 'test_ui_functions.R:121:5', 'test_ui_functions.R:158:5', 'test_ui_functions.R:166:5', 'test_ui_functions.R:170:5', 'test_ui_functions.R:184:5' • t_sdp_old is not TRUE (1): 'test_ui_functions.R:174:5' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 459 ] > > proc.time() user system elapsed 6.34 0.75 7.07